Git over SSH Server in Windows, cannot find shared libraries.

Posted by Roy Marco Aruta on Stack Overflow See other posts from Stack Overflow or by Roy Marco Aruta
Published on 2010-03-04T00:54:27Z Indexed on 2010/03/12 11:57 UTC
Read the original article Hit count: 777

Filed under:
|
|
|

I was to setup an SSH Server to Host my Git Repository to my local area network. I followed this tutorial by TimDavis hoping that I would be able to make a secured Git Repository.

I tested my connection using Putty and it was successful. My only problem was I cannot run "git" command in the console. Then I tried cloning my repository, and this was the error that outputed:

/usr/bin/git-upload-pack.exe: error while loading shared libraries: 
libiconv2.dll: cannot open shared object file: 
No such file or directory

Also when I ran "git" command in the Putty Bash that was connected to the SSH Server, this was the error I encountered:

/usr/bin/git.exe: error while loading shared libraries: pthreadGC2.dll: 
cannot open shared object file: No such file or directory

I seems that all my problem was about the missing libraries but I don't know how to solve it. I am using Windows 7 as an Operating System.

Thanks

© Stack Overflow or respective owner

Related posts about git

Related posts about ssh