Existing GIT Repos over Samba don't work from Cygwin -


i have set of git repos on samba server seems can no longer use 1 of cygwin installations i've been using them from.

i have been using same server few years without touching os @ all. did update cygwin setup few days ago.

$ git --version git version 2.1.4 

a little while ago made edit, committed it, , attempted push. got output:

$ git push origin master fatal: '//host/path/to/repo.git/' not appear git repository fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

i've been using said repo on year can't in .git/config on either side.

i read git on samba cannot fetch/add/commit anymore seems have concluded diagnosis kernel bug needed patch (on client side?). since client side cygwin, not apply case. since server side has not changed (still 2.6.27) regression on side not logical possibility.

there couple of other questions here started same error messages through different circumstances, , lead same conclusion, patch kernel above.

my other cygwin installation using same set of repos on git 1.7.9. can still clone of repos, newly-created empty 1 created cannot pushed cygwin has git version 2.1.4.

there bug in cygwin 2.0.0 fixed in cygwin 2.0.1-1. bug in cygwin1.dll. can trace diagnosis in this cygwin.com email thread , see announcement

users have encountered problem on affected cygwin version should try updating latest available version.

the issue translating permissions between different representations of permissions on samba share, windows, , cygwin posix environment, understand it. correct information see diagnosis thread mentioned above.

my apologies not reporting promptly.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -