Trying to clone the jruby repository

I was trying to git clone jruby and I always get the following:
git clone GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Initialized empty Git repository in
/Users/home/Projects/jruby/jruby/.git/
got cd1677ddf0f4a1ef1b584f33825404a5c22b55d9
walk cd1677ddf0f4a1ef1b584f33825404a5c22b55d9
Getting alternates list for GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Getting pack list for GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
got a1e0c4d837a7b87325f45592c3061f241d437087
got 9b7407d86e5102fcd67a460f76bd646a24016b9b
got 058e03d1a8dcdb85df490c030660d073a042e83c
Getting index for pack eaffab0c74dd3e89da1c9664d8835dd218efafb3
Getting index for pack 8e18c8e77929d716b4ad9364feb2756f5e1a2fc9
Getting pack eaffab0c74dd3e89da1c9664d8835dd218efafb3
which contains ae08dafe12e4f41a81c3e5dd5cea5c6f20dd5496
error: Unable to get pack file
http://github.com/jruby/jruby.git/objects/pack/pack-eaffab0c74dd3e89da1c9664d8835dd218efafb3.pack
transfer closed with 41343930 bytes remaining to read
error: Unable to find ae08dafe12e4f41a81c3e5dd5cea5c6f20dd5496 under
GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Cannot obtain needed object ae08dafe12e4f41a81c3e5dd5cea5c6f20dd5496
while processing commit cd1677ddf0f4a1ef1b584f33825404a5c22b55d9.
fatal: Fetch failed.

has anyone else seen this?

Jay


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Jay,

I just made a fresh clone from github, and it worked fine:

[system]:~ $ git clone GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Initialized empty Git repository in /Users/asari/jruby/.git/
remote: Counting objects: 131100, done.
remote: Compressing objects: 100% (32668/32668), done.
remote: Total 131100 (delta 91364), reused 130892 (delta 91208)
Receiving objects: 100% (131100/131100), 55.23 MiB | 1.01 MiB/s, done.
Resolving deltas: 100% (91364/91364), done.
Checking out files: 100% (5541/5541), done.

Not sure what your problem is, but you could also try
git://jruby.org/jruby.git

On Apr 30, 2010, at 7:58 AM, Jay McGaffigan wrote:

Getting index for pack eaffab0c74dd3e89da1c9664d8835dd218efafb3
fatal: Fetch failed.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Am 30.04.2010 um 14:58 schrieb Jay McGaffigan:

I was trying to git clone jruby and I always get the following:
git clone GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Initialized empty Git repository in /Users/home/Projects/jruby/jruby/.git/
got cd1677ddf0f4a1ef1b584f33825404a5c22b55d9

error: Unable to find ae08dafe12e4f41a81c3e5dd5cea5c6f20dd5496 under
GitHub - jruby/jruby: JRuby, an implementation of Ruby on the JVM
Cannot obtain needed object ae08dafe12e4f41a81c3e5dd5cea5c6f20dd5496
while processing commit cd1677ddf0f4a1ef1b584f33825404a5c22b55d9.
fatal: Fetch failed.

see Smart HTTP Support | The GitHub Blog

based from the output I’d say you still are using an old version of git.
But ist should work anyway.

I’d use the git url: git clone git://github.com/jruby/jruby.git

Cheers,
Reto

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

thanks Reto! That did it.

I used the git clone git://github.com/jruby/jruby.git approach instead.

Next up I’ll look into upgrading my copy of git :slight_smile:

Jay

2010/4/30 Reto Schüttel [email protected]:

while processing commit cd1677ddf0f4a1ef1b584f33825404a5c22b55d9.
Reto


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email