On Sat, Apr 21, 2012 at 6:54 AM, hen vertis wrote: > hi > i working with git version 1.7.10.msysgit.1 on windows 7. > my repository is on Ubuntu. > i can make fetch and merge. > but when i trying to push is not working. > any idea will be welcomed. This is a known issue with the implementation of the sideband 64k feature when pushing using the bare git protocol. Nobody has been able to adequately explain exactly what the problem is, so there hasn't been a satisfactory patch yet. Windows appears to prevent writes to a socket-backed file descriptor while another process is doing a blocking read (or even a select). Perhaps it's a bug in Windows file descriptor emulation layer, or perhaps its a bug in msysgit. More eyes, and especially patches, are welcome. Known workarounds include patching out sideband 64k, or using ssh instead of the bare git protocol. More security/encryption is a good thing, so I started using ssh. CCing the msysgit mailing list, in case there have been recent developments that I've missed. Peter Harris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html