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