git fails to push

Warren Young wyml@etr-usa.com
Mon Mar 16 21:52:00 GMT 2015


On Mar 12, 2015, at 5:50 PM, Peter Rosin <peda@lysator.liu.se> wrote:
> 
> To file:///cygdrive/x/some path/with spaces/repo.git

You shouldn’t be doing anything shared-database-like to a network drive.  Network file sharing protocols typically either A) do not do locking correctly, or B) they run slow as molasses in order to provide proper locking semantics.  Since almost no one is willing to accept option B), you usually get option A).

I think if you set Git up on the server using one of the supported server protocols [*] your problem will go away.


[*] http://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list