Invalid file descriptor problem with Git on Windows - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T12:20:58Z http://stackoverflow.com/feeds/question/122226 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/122226/invalid-file-descriptor-problem-with-git-on-windows 1 Invalid file descriptor problem with Git on Windows Milan Babuškov 2008-09-23T16:45:04Z 2008-09-29T17:20:19Z <p>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.</p> <p>I update the same remote repository using Linux git without any problems. We tried WinGit 0.2 and <a href="http://code.google.com/p/msysgit/" rel="nofollow">MSysGit</a> (downloaded today, uses Git 1.5.6). Both have the same problem.</p> <p>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.</p> <p>Has anyone seen something like this before?</p> http://stackoverflow.com/questions/122226/invalid-file-descriptor-problem-with-git-on-windows/124753#124753 1 Answer by Adam Mitz for Invalid file descriptor problem with Git on Windows Adam Mitz 2008-09-24T00:36:04Z 2008-09-24T00:36:04Z <p>I'm not a git user so this is a complete guess: has the TCP connection been broken? Try capturing network traffic with Wireshark.</p> http://stackoverflow.com/questions/122226/invalid-file-descriptor-problem-with-git-on-windows/146677#146677 1 Answer by Mihai Limbasan for Invalid file descriptor problem with Git on Windows Mihai Limbasan 2008-09-28T20:35:17Z 2008-09-29T17:20:19Z <p>git on Win32 is known to be iffy. Have you tried the <a href="http://code.google.com/p/msysgit/downloads/list" rel="nofollow">latest msysgit</a>? 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?</p> http://stackoverflow.com/questions/122226/invalid-file-descriptor-problem-with-git-on-windows/148558#148558 1 Answer by vaske for Invalid file descriptor problem with Git on Windows vaske 2008-09-29T13:04:13Z 2008-09-29T13:04:13Z <p>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.</p>