X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=eCsDEKSwJl6PSknld0PXfzvzHEk8 muMhP3gXl/0j1Uja2QFnjmS7sU4ROVMpniva77PGzPLjH4/VwFm/0aRb167eBoaV 8ARfnsLg7uUl32go5G2KyDIECDQodoo1ax9nHK9kQb89qBIaPL3TJSORLeSkVV7N 3cU165nj+zQ/yfg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=sihdCQMs0WqgF3YQwBeQ5FAwptQ=; b=b2 uyfMkwLjZOsJeyUI2k/uQ9neyb/M2Y3CMGEyttjQXYbrPsU2w5XlZrSLMDUgHqb6 0hkmtYgBRJf69ObrTLrZ3+bDlDWWZG/XoQFZWZDpSm39ohM5cFbAEMu5Q44d/SDd rDsA0M+NyIzI0ghPByiR0MB1YLfjDvWsFBw+XL+nA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: git fails to push From: Warren Young In-Reply-To: <5502264B.3050803@lysator.liu.se> Date: Mon, 16 Mar 2015 15:45:06 -0600 Message-Id: References: <5502264B DOT 3050803 AT lysator DOT liu DOT se> To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2GLjPGi005379 On Mar 12, 2015, at 5:50 PM, Peter Rosin 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