« Return to Thread: Problem cloning from github?

Re: Problem cloning from github?

by Dmitriy Kopylenko-3 :: Rate this Message:

Reply to Author | View in Thread

Generally cloning Git repos over HTTP protocol is known to be very slow and unreliable if there HTTP proxies involved, etc. I am also not sure about EGit plugin (I operate 'bare' Git via command line - it works wonders for me)

So I'd recommend installing Git on your system and cloning Grails Git repo on the command line via 'git' remoting protocol: 'git clone git://github.com/grails/grails.git'

Works fine for me.

Cheers,
Dmitriy.

2009/6/17 Benjamin Gandon <benje@...>
Hello,

I'm trying to "clone" the grails source code from github. I must say I'm very new to Git. Well, using the <http://github.com/grails/grails.git> URL in the EGit Eclipse plugin, I get this error:

Cloning from  github.com/grails/grails.git
Initializing local repository: Receiving objects: 9% (6443/71586)
Cannot get 293838eac6dc88824f9282cd8f135568e4b51358.
Cannot get 293838eac6dc88824f9282cd8f135568e4b51358.


Can anyone help me fixing this ?

cheers


PS: By the way, I added a small note in <http://www.grails.org/GrailsDevEnvironment> to warn that svn is no more active.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email



 « Return to Thread: Problem cloning from github?