checkout Error on cygwin

3 messages, 2 authors, 2016-06-15 · open the first message on its own page

checkout Error on cygwin

From: Joan Ripoll Balaguer <hidden>
Date: 2016-06-15 22:43:05

$ git version
git version 1.5.1.1.135.gf948

$ git status
# On branch cajal/20070201
nothing to commit (working directory clean)

$ git checkout master
      6 [main] git-read-tree 2640
C:\cygwin\usr\local\bin\git-read-tree.exe: *** fatal error - could not
load shell32, Win32 error 487

Then:

$ git status
# On branch cajal/20070201
# Changed but not updated:
#   (use "git add/rm <file>..." to update what will be committed)
 (A lot of files)
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
 (A lot of files)


Now I would have an clean status:

$ git reset --hard HEAD
fatal: unable to create '.git/index.lock': File exists

$ rm .git/index.lock

$ git reset --hard HEAD

$ git status
# On branch cajal/20070201
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
(A lot of files)
nothing added to commit but untracked files present (use "git add" to track)

$ git clean -x
Removing ... (a lot of files)

Any suggestion?

-- 
Joan Ripoll
joan.ripsa@gmail.com

Re: checkout Error on cygwin

From: Joan Ripoll Balaguer <hidden>
Date: 2016-06-15 22:43:05

2007/4/17, Joan Ripoll Balaguer [off-list ref]:
$ git clean -x
Removing ... (a lot of files)
And then

$ git status
# On branch cajal/20070201
nothing to commit (working directory clean)

-- 
Joan Ripoll
joan.ripsa@gmail.com

Re: checkout Error on cygwin

From: Alex Riesen <hidden>
Date: 2016-06-15 22:43:05

On 4/17/07, Joan Ripoll Balaguer [off-list ref] wrote:
$ git checkout master
      6 [main] git-read-tree 2640
C:\cygwin\usr\local\bin\git-read-tree.exe: *** fatal error - could not
load shell32, Win32 error 487
haven't seen this one yet. Cygwin bug, I'm sure.
Try "strace -o cygwin.bug --mask=all git-read-tree master" and send
the output to cygwin maintainers. And a copy to Bill Gates, just for fun.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help