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?
If
git fetchdoesn’t work at all for you withhttps://orgit://, 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.