delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/01/20/12:07:43

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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=Qwck2ODYjUONxWZ+
c8gK/H3BA5D5WcPJEtak2LxP1cFzXXNKS2dtv4y9MVsrjUuNQIihxNnGqj4FrLlb
IsibmToek5ldItKZRzxaSIbQnR5mG1FDUbXHWqoRfRHDonv/oauuY5s12DO+8dGn
m+TOxRNecn6tYJQtDklCha5g6G4=
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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=fkyWAcKWhDkWT5AyUElVXV
95928=; b=an5+6nQG7OtUtVD9bQQWveIi8ZBZWbp3IbJCr+wJRhk5qtQuIih+Yc
wxRdaf4GjGRrsbpEI01wcXnrc0gLDa27xPH50Gl4bbQ63GH2x5+JmyuOJWm5wjZT
M5H2+dA1SQtAGiCOV0Ap40ikBPveUH+9HA2tq5V+xPsEfGoUCHb3Y=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=BNTDlBYG c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=9qkVaiHtEfk0Ma3a6RsA:9 a=QEXdDO2ut3YA:10
Subject: Re: git stash damaged?
References: <6c283005-ec89-f2e3-a556-b018e8bbbb4e AT SystematicSw DOT ab DOT ca> <7900a088-c3c8-d27b-d00a-cc5bfb1aad71 AT anyces DOT com>
To: cygwin AT cygwin DOT com
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <79a57b23-6050-e3d6-3cc9-776eade485af@SystematicSw.ab.ca>
Date: Fri, 20 Jan 2017 08:20:48 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0
MIME-Version: 1.0
In-Reply-To: <7900a088-c3c8-d27b-d00a-cc5bfb1aad71@anyces.com>
X-CMAE-Envelope: MS4wfArbHAWZ8K+8rDGFiuzr/vl09OtHEG7hxbrlqHWDu0qSfExPc3rnCm6QWQVR7lO7XcNiLh53Wff3K6FQW/xpCtmQdmQy+xo/SY6d3j9bby1yxtOh6Fb8 jTOqWZH5Jzp/91n1HP4b6kPTbQwlYZqNqA4oLWGrbdqR6fifRkkicvb3QufqSZ+bEPCqLxpTM0HZFQ==
X-IsSubscribed: yes

On 2017-01-20 06:00, Olivier FAURAX wrote:
> Thanks for the help!
> Le 19/01/2017 à 18:24, Brian Inglis a écrit :
>> If that's not it, post output of:
>> $ ls -Adl .git
> drwxr-xr-x+ 1 USER06 Aucun 0 19 janv. 16:38 .git/
>> $ uname -srvmo
> CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin
>> $ git --version
> git version 2.8.3
>> $ file    /usr/libexec/git-core/git-stash
> /usr/libexec/git-core/git-stash: POSIX shell script, ASCII text executable
>> $ ls -l   /usr/libexec/git-core/git-stash
> -rwxr-xr-x 1 USER06 Aucun 14K 24 mai    2016 /usr/libexec/git-core/git-stash*
>> $ getfacl /usr/libexec/git-core/git-stash
> # file: /usr/libexec/git-core/git-stash
> # owner: USER06
> # group: Aucun
> user::rwx
> group::r-x
> other:r-x
>> $ icacls  `cygpath -w /usr/libexec/git-core/git-stash`
> C:\cygwin64\usr\libexec\git-core\git-stash DESKTOP-H62\USER06:(F)
>                                            DESKTOP-H62\Aucun:(RX)
>                                            Tout le monde:(RX)
> 1 fichiers correctement traites ; echec du traitement de 0 fichiers
> Is there something else I can provide?

Looks similar to mine except my group owner is Administrators.
Only thing I can suggest is run admin/elevated bash then
	chgrp Administrators /usr/libexec/git-core/*
using local language for Administrators and retest if that makes 
any difference?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019