« Return to Thread: Problem cloning from github?

Re: Problem cloning from github?

by Benjamin Gandon :: Rate this Message:

Reply to Author | View in Thread

Well, I had tried the git:// protocol first... with this error:

   Cannot list the available branches.
   Reason: git://github.com/grails/grails.git: Connection refused: connect

Tracking this connection problem with Wireshark, I can see that all SYN
packets get RST/ACK back. Meaning the remote git port 9418 is closed.

Is it a problem of not having an account on github?



Dmitriy Kopylenko a écrit :

> 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 <http://github.com/grails/grails.git>'
>
> Works fine for me.
>
> Cheers,
> Dmitriy.||
>
> 2009/6/17 Benjamin Gandon <benje@... <mailto: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
>     <http://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
>
>
>

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

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Problem cloning from github?