* Git push stuck @ 2012-04-21 10:54 hen vertis 2012-04-21 20:27 ` jaseem abid ` (2 more replies) 0 siblings, 3 replies; 4+ messages in thread From: hen vertis @ 2012-04-21 10:54 UTC (permalink / raw) To: git 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. best regards hen ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git push stuck 2012-04-21 10:54 Git push stuck hen vertis @ 2012-04-21 20:27 ` jaseem abid 2012-04-21 23:41 ` Chris Packham 2012-04-22 3:07 ` Peter Harris 2 siblings, 0 replies; 4+ messages in thread From: jaseem abid @ 2012-04-21 20:27 UTC (permalink / raw) To: hen vertis; +Cc: git On Sat, Apr 21, 2012 at 4:24 PM, hen vertis <henvertis@gmail.com> 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. I'm not really a git expert but I don't think anybody here will be able to help you out with this information. Please post the error message or any extra adequate information here so that somebody might be able to figure out whats going wrong. > any idea will be welcomed. Potential helpers might want to know the protocol you used (ssh| https |...), the error messages if any etc. -- Jaseem Abid http://jaseemabid.github.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git push stuck 2012-04-21 10:54 Git push stuck hen vertis 2012-04-21 20:27 ` jaseem abid @ 2012-04-21 23:41 ` Chris Packham 2012-04-22 3:07 ` Peter Harris 2 siblings, 0 replies; 4+ messages in thread From: Chris Packham @ 2012-04-21 23:41 UTC (permalink / raw) To: hen vertis; +Cc: git On 04/21/2012 10:54 PM, 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. > > best regards > hen > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html To help diagnose your problem could you please provide the output of git remote show origin Also try running you push command like this GIT_TRACE=1 git push This will provide more debugging info that might tell us where git push is getting stuck. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git push stuck 2012-04-21 10:54 Git push stuck hen vertis 2012-04-21 20:27 ` jaseem abid 2012-04-21 23:41 ` Chris Packham @ 2012-04-22 3:07 ` Peter Harris 2 siblings, 0 replies; 4+ messages in thread From: Peter Harris @ 2012-04-22 3:07 UTC (permalink / raw) To: hen vertis; +Cc: git, msysGit 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 -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-22 3:07 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-21 10:54 Git push stuck hen vertis 2012-04-21 20:27 ` jaseem abid 2012-04-21 23:41 ` Chris Packham 2012-04-22 3:07 ` Peter Harris
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).