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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=bhq8KJr6ohdX6wGSzK5bw+GVoIbp4gUuZ1rbx4lE3Gy X/cBwMtHLciB8RDT+dRoM5DFt3ulozCAVKpHCMg7HKVYCgjEAMIj2BdPwZ4fzflT FWgYPiRBccINFqXEAV8OfsludLnGVKN0q3BPqM62gZ36GXK5s77DMFqLDZB6mK64 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=9oee3mO1/o6w6Dp5yuJXZ5mjZTE=; b=a6EEcwhuPT70QBlwI wuLLgmHnycUFqfAuxRoBunwCO06LRyMo4EujiCoWCHNPciVsHwp9Zioed3/O3y+/ iCC+m8OAMbZqpaBHkWY2TfNV8dNxIsUnZRI9ZfyLeGiXHQRwPnWzE4lTGAJ5B/dc TRn4t54GVjGHUzU6VVJOczvvQo= 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.6 required=5.0 tests=AWL,BAYES_50,SPF_PASS,TBC,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mail.lysator.liu.se Message-ID: <553E42D3.9070602@lysator.liu.se> Date: Mon, 27 Apr 2015 16:08:19 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Permissionproblem on CIFS share. References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 2015-04-27 15:25, Björn Kautler wrote: > Hi, > > I have a permissionproblem on a CIFS share. > > The line in fstab reads "//fileserver.company.de/git /mnt/git > cifs binary,posix=0,user,noacl" > > I then try to push some Git changes, but it does only work by > repeating the push multiple times. > Following you see the execution history, I did not change anything in > between, I just retried the push until it was finally through and all > changes are there in the end. My workaround is to do "watch -n 1 'git > push 2>&1'" and waiting for it to finish successfully, but this only > works for small repos. For bigger repos this needs ages. > > Has anyone any idea what is the cause and how to resolve it? > As a sidenote, the same worked fine when the CIFS share was from a > NetApp Linux server. > But then it died and now it is a CIFS share on a Windows server. > Before it worked fine, now I see this strange behaviour. > > I hope someone has a good idea. Please try: git config --global core.createobject rename Cheers, Peter -- 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