git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* checkout Error on cygwin
@ 2007-04-17 13:08 Joan Ripoll Balaguer
  2007-04-17 13:11 ` Joan Ripoll Balaguer
  2007-04-17 15:15 ` Alex Riesen
  0 siblings, 2 replies; 3+ messages in thread
From: Joan Ripoll Balaguer @ 2007-04-17 13:08 UTC (permalink / raw)
  To: git

$ 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: checkout Error on cygwin
  2007-04-17 13:08 checkout Error on cygwin Joan Ripoll Balaguer
@ 2007-04-17 13:11 ` Joan Ripoll Balaguer
  2007-04-17 15:15 ` Alex Riesen
  1 sibling, 0 replies; 3+ messages in thread
From: Joan Ripoll Balaguer @ 2007-04-17 13:11 UTC (permalink / raw)
  To: git

2007/4/17, Joan Ripoll Balaguer <joan.ripsa@gmail.com>:
>
> $ 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: checkout Error on cygwin
  2007-04-17 13:08 checkout Error on cygwin Joan Ripoll Balaguer
  2007-04-17 13:11 ` Joan Ripoll Balaguer
@ 2007-04-17 15:15 ` Alex Riesen
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Riesen @ 2007-04-17 15:15 UTC (permalink / raw)
  To: Joan Ripoll Balaguer; +Cc: git

On 4/17/07, Joan Ripoll Balaguer <joan.ripsa@gmail.com> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-17 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-17 13:08 checkout Error on cygwin Joan Ripoll Balaguer
2007-04-17 13:11 ` Joan Ripoll Balaguer
2007-04-17 15:15 ` Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).