MobaXterm plugin and GIT

I am using MobaXterm to remote everything. All is well, this is really good software, and I can do almost anything I want to do from my Windows on my servers.

But I have a problem using git.

I tried the git plugin from the MobaXterm site and I get an error when I want to clone the https repository (/usr/lib/git-core/git-remote-ftp.exe: error while loading shared libraries:?: Cannot open file shared objects: no such file or directory).

I am also trying to execute the command apt-get install git. I got the same error too.

Does anyone know how to fix this as I really want to use MobaXterm?

Thanks guy

+3


source to share


2 answers


This issue seems to be related to an outdated version of libopenssl (not according to this updated version of openssl).

Try updating this library by running:



apt-get install libopenssl100

      

+3


source


Yes, I faced the same problem, please try the latest portable version and comment on the feedback for me.



If that worked, carefully remove and clean the MobaXterm files from the program files and my documents and install them correctly.

0


source







All Articles