Hi,
On Thu, 14 May 2009, Peter Krefting wrote:
Johannes Schindelin:
quoted
Git Release Notes (Git-1.6.3-preview20090507)
Last update: 07 May 2009
I installed the -2 version, but I am having problems pushing:
> git pull
git-upload-pack: error while loading shared libraries: libcurl.so.3: cannot
open shared object file: No such file or directory
fatal: The remote end hung up unexpectedly
I used the install that puts git in the PATH, and am running it from CMD in
this case. Any ideas on what might be wrong?
First I scratched my head why Git for Windows would look for a .so instead
of a .dll file.
But the puzzle is easy to solve: git-upload-pack is called on the remote
side. So it is not Git for Windows having this issue.
Ciao,
Dscho