vote up 1 vote down star
1

I've been using Git on Linux for about a year, and everything works fine. Since recently, a colleague has joined development and he's using Windows. Everything works fine there as well, but sometimes when he tries to push changes to a remote repository (bare) on Linux server it bails out with 'Invalid file descriptor' message.

I update the same remote repository using Linux git without any problems. We tried WinGit 0.2 and MSysGit (downloaded today, uses Git 1.5.6). Both have the same problem.

I should mention that network is working without any problems. I can clone the whole repository again from scrach. I just cannot push any changes to it.

Has anyone seen something like this before?

flag

3 Answers

vote up 1 vote down check

Maybe you have problem with your anti virus. I had the same problem on my machine, I was(still) use nod32, just disable thread protection module IMON, that could fix the problem.

link|flag
That did it, thanks. – Milan Babuškov Sep 29 '08 at 13:05
vote up 1 vote down

I'm not a git user so this is a complete guess: has the TCP connection been broken? Try capturing network traffic with Wireshark.

link|flag
vote up 1 vote down

git on Win32 is known to be iffy. Have you tried the latest msysgit? It's a port of 1.6.0.2 (released September 23rd.) Also, is there any way you could get a more verbose / trace output from the failing git command?

link|flag
The latest msysgit is still 1.5.6. Where did you find it's 1.6.0.2? – Milan Babuškov Sep 29 '08 at 11:41
On its Google Code download page here: code.google.com/p/msysgit/downloads/list . The direct download link for Git-1.6.0.2-preview20080923.exe is this: msysgit.googlecode.com/files/… – Mihai Limbasan Sep 29 '08 at 17:18
Found it. Thanks. – Milan Babuškov Oct 7 '08 at 20:44
Welcome, don't mention it. – Mihai Limbasan Oct 9 '08 at 14:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.