Adam M-W
Adam M-W

Reputation: 3539

fatal read error in cloning/pulling git repository

I'm using Git for Windows (git version 1.7.4.msysgit.0) on my system, and it's worked perfectly most of the time, but today at uni I'm having problems whenever I try to git clone or git pull or get fetch a repository (for reference it's git://git.ffmpeg.org/rtmpdump ) and I get:

fatal: read error: Invalid argument

Using GIT_TRACE=1 shows the problem with git fetch, but it fails no matter the arguments. Could it be to do with my network or my local copy of git?

Upvotes: 4

Views: 4519

Answers (2)

J-16 SDiZ
J-16 SDiZ

Reputation: 26910

Check if you have other version of mingw32.dll in your computer. You need the correct mingw32.dll on the PATH before other versions.

Upvotes: 1

Dan Cecile
Dan Cecile

Reputation: 2493

If git fetch doesn't work at all for you with https:// or git://, it really sounds like a corrupt installation, or a bug. If you'd like, head over to the msysGit mailing list to log your bug report.

Upvotes: 0

Related Questions