git clone 502 blob error

santm
santm's picture

Joined: 2005-08-08
Posts: 36
Posted: Sat, 2009-10-10 21:36

for last two days I was not able to do "git pull". I thought of starting fresh and deleted my gallery3 that i got via git. now while doing "git clone" i get this ... any help???? I am able to do git clone for other repo.

Quote:

[~/tmp]# git clone https://github.com/gallery/gallery3.git
Initialized empty Git repository in /home/inusysco/tmp/gallery3/.git/
error: Unable to get pack file https://github.com/gallery/gallery3.git/objects/pack/pack-ce75fa4513651b29ea4ed997a8a70ecac72e915a.pack
The requested URL returned error: 502
error: Unable to find e7d630f1aab84316a16c7eb1fdbe2669351fcc79 under https://github.com/gallery/gallery3.git
Cannot obtain needed blob e7d630f1aab84316a16c7eb1fdbe2669351fcc79
while processing commit 39cd84d86c69090ccf861b9bd2b4758350a47de2.
fatal: Fetch failed.

[~/tmp]#

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Sat, 2009-10-10 23:10

edit, ugh, looks like the forum software changes the URLs. So make sure you're using the URL like so:

try using git clone git://github.com/gallery/gallery3.git. That works for me.

As shown here:
http://codex.gallery2.org/Gallery:Using_Git

And that's also the proper url as shown here:
http://github.com/gallery/gallery3