Last active
March 19, 2016 05:24
-
-
Save benizi/475036f6ae72bb96228a to your computer and use it in GitHub Desktop.
Weird error trying to clone github/hub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone -o github https://github.com/github/hub | |
Cloning into 'hub'... | |
remote: Counting objects: 12280, done. | |
error: object 9ef2af57366f63deb751b92a8ca630fe598b10f0: zeroPaddedFilemode: contains zero-padded file modes | |
fatal: Error in object | |
fatal: index-pack failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git version 2.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment