git clone through http
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Cloning the binutils-gdb repository using the http address (http://sourceware.org/git/binutils-gdb.git) doesn't seem to work. $ git clone http://sourceware.org/git/binutils-gdb.git Cloning into 'binutils-gdb'... error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-40a278cd270f8215e6b993869d659b2aff311eb8.idx error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-1175e0f6cbb493af3d9ead3010ac0f4caaf3f6f0.idx error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-d5403beeca91e793aa19e4e6725b86b0cd0382bd.idx error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-d86a1a33da2f34aa513d95cd8dc5bda75ba9d941.idx error: Unable to find b585a9fad59f9d0c07681778b97d36b67bd9748d under http://sourceware.org/git/binutils-gdb.git Cannot obtain needed object b585a9fad59f9d0c07681778b97d36b67bd9748d while processing commit 4ae57c052202642ac2976a4ce8929a14d3eb3d12. error: Fetch failed. I tried with multiple environments and got similar results. Cloning using the git:// address works fine. Anybody else have the same problem ? Simon