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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=Qt9TjDa/JYvcRZH3F8Av73rHqSiuJqbf0WOBDAXt14c TcpBBsnH/hki8JkdCYwAJVuu/oMi/v6o2s6CmPNQQwBd/7Jhv/v6mAoskYUm5qjD x71Ot9erSkBtvF4IhOLZPvYX43JM/xmxTOWvxi/jYrK5e6jcN4j+EhywVJSEUQmg = 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=tdg8GOYgxcku2XBYaDgXOa3HUQg=; b=tQ7G7Bwnb6umKl8u+ IbH+qa0OOgZf3d3DAfDGXb72DCpSCYlB5E3BMMEbVJeM8h6XlhC9n5f977g90QlF rspKAubekGPyJ3TuUScVpUph7DO5iBCjLkV1w+2U2YLgznoqmVuDt7y8FprSBn61 D5V2x/Hw7r41SV4gtLhuFmOrlI= 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=2.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,TBC,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: kautler.net X-Received: by 10.55.22.23 with SMTP id g23mr12329601qkh.4.1430145568694; Mon, 27 Apr 2015 07:39:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <553E42D3.9070602@lysator.liu.se> References: <553E42D3 DOT 9070602 AT lysator DOT liu DOT se> From: =?UTF-8?Q?Bj=C3=B6rn_Kautler?= Date: Mon, 27 Apr 2015 16:39:08 +0200 Message-ID: Subject: Re: Permissionproblem on CIFS share. To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3REdvrq008299 Ah, nice, that works. Many thanks Peter. 2015-04-27 16:08 GMT+02:00 Peter Rosin : > 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 > -- 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