Git development
 help / color / mirror / Atom feed
* Error 128 Clone succeeded, but checkout failed
@ 2014-06-18 23:03 warren.l.dodge
  2014-06-18 23:55 ` brian m. carlson
  0 siblings, 1 reply; 4+ messages in thread
From: warren.l.dodge @ 2014-06-18 23:03 UTC (permalink / raw)
  To: git, warren.l.dodge

I have looked for an answer to the Error 128 Clone succeeded, but checkout failed message we are getting on a clone command.
And there does not seem to be any that relates to our situation. 

The repository is on a local file server system that is mounted to the pc as L:

If we clone the repository on to the L: directory structure we get the following

git.exe clone      --progress -v  L:\GIT_REPOSITORY L:\warrend\fail

Cloning into L:\warrend\fail
Done.
Fatal: unable to read "Long hash key"
Warning: clone succeeded, but checkout failed.
You can inspect what was checked out with git status
And retry the checkout with git checkout -f HEAD

Git did not exit cleanly (exit code 128) ( time and date etc)

At this point there is only a .git directory at the destination

We have another drive mounted as X: which utilizes a different file server. If we do this

git.exe clone      --progress -v  L:\GIT_REPOSITORY X:\warrend\works

It will clone and do the checkout properly.

These does not seem to be any permission or disk space problems on the L: drive. We are unable to figure out why this is happening.

I copied the two .git directories to a linux file system and did a diff -r of them and found this

Bad one doesn't have the putty line for some reason 
diff -r fail/.git/config  works/.git/config
12d11
<       puttykeyfile = 

There was no index file in the bad tree. The config file which is in both trees was made after the index file.
Only in .git: index

I was hoping there was a debug method that would allow us to see what the actual check was that is failing.
Any help on this would be greatly appreciated.

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

end of thread, other threads:[~2014-06-19  0:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 23:03 Error 128 Clone succeeded, but checkout failed warren.l.dodge
2014-06-18 23:55 ` brian m. carlson
     [not found]   ` <C8DDA0C887F79C468978FDEF2DA46F9F0145B453@US-BV-EXM01-P.global.tektronix.net>
2014-06-19  0:24     ` brian m. carlson
2014-06-19  0:37       ` Dodge, Warren L

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox