Re: [git-users] Re: Corrupted repository ?

2010-10-06 Thread Simon Lipp
> Very interesting. > What happens if you clone on the same host? > $ cd /tmp/foo > $ git clone /path/to/test > or > $ git clone file:///path/to/test > ? > > If it fails, try looking at `git fsck`. On the local side, git clone works and git fsck only indicate some dandling blob and commits (that'

Re: [git-users] Re: Corrupted repository ?

2010-10-06 Thread Simon Lipp
Le Tue, 5 Oct 2010 11:51:37 -0700 (PDT), Konstantin Khomoutov a écrit : > I'm not sure why later cloning the new repository fails, but I would > suggest using more sensible approach to putting the repository to > another machine in the first place: > > $ ssh u...@host > % mkdir ~/test.git && cd