I see this on my XP32 system: + git fetch Warning: No xauth data; using fake authentication data for X11 forwarding. >From git:/repo/git/cl 75d375e..4ed5ea6 acl82 -> origin/acl82 a5421cc..f0ac11c master -> origin/master + git fetch --tags Warning: No xauth data; using fake authentication data for X11 forwarding. *** rebase instead of merge origin/acl82 src/code/random.cl | 14 +++- src/code/smp-macros.cl | 5 +- src/code/smp-utilities.cl | 195 +++++++++++++++++++++++---------------------- src/comp/q/qcon.cl | 22 +++++ src/makefile.cl | 2 +- 5 files changed, 138 insertions(+), 100 deletions(-) + git rebase --whitespace=nowarn origin/acl82 First, rewinding head to replay your work on top of it... fatal: Unable to create '/c/src/acl82/src/cl/.git/index.lock': File exists.
If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. could not detach HEAD When I look in the .git directory, the file index.lock is *not* there. I suspect the file is lingering after the previous "git fetch". I'm about to move up to the 3/18/11 snapshot. Anyone feel that will fix it? I never saw this before, when using the git + putty ssh hack on 1.7.7. -- 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