This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [cygwin] The new permission system and git


> -----Original Message-----
> From: Lemke, Michael 
> Sent: Monday, June 22, 2015 11:31 AM
> 
> Sorry to say this but everywhere I use cygwin (work, home) 
> these days I run into trouble with the new permission system 
> initially introduced at 1.7.35 IIRC.  I just did this:
> 
> $ cd //some/server

I have seen this before, please confirm all works on local drives (not
mapped / UNC). If so can you please try with this version of git:
https://github.com/pdinc-oss/git/tree/cygwin-issue-remoteCIFS-rename ?

>From thread: https://www.cygwin.com/ml/cygwin/2014-12/msg00096.html

> $ git init .
> $ git add statistik
> $ git commit
> error: invalid object 040000 
> ab9e237892aceba0cb7447b290bdcc7437967918 for 'statistik'
> error: Error building trees
> $
> 
> But:
> $ ls -ls .git/objects/ab/9e237892aceba0cb7447b290bdcc7437967918
> 4 -r--rwxr--+ 1 Administrators INA-DE01+Domain Users 365 Jun 
> 22 16:59 .git/objects/ab/9e237892aceba0cb7447b290bdcc7437967918
> 
> Mounting the whole server directory noacl doesn't help.  The 
> only change is that vi doesn't complain that I am editing a 
> readonly file when saving the commit message.
> 
> On Stackoverflow I found a workaround 
>
(http://stackoverflow.com/questions/6866913/git-commit-on-windows-cygwin-is-
broken)
> 
> $ git config --add core.createobject rename

Glad to see that it has been merged in. This is the proper solution for
repos on UNC.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]