Page 1 of 1

Cannot clone git repository

Posted: Tue Dec 24, 2013 6:44 am
by ericwong
Is there something going on at the git repository?
I am trying to clone the repository to build the ROM but I can't..

The command I use is

Code: Select all

git clone git://gargoyle-router.com/gargoyle.git
There is no response and I get
fatal: read error: connection reset by peer

I can see the repository from browser without any problem from the same internet connection using http://www.gargoyle-router.com/gargoyle ... repository

I can't clone using svn either,

Code: Select all

svn checkout http://svn.github.com/ericpaulbishop/gargoyle.git
I get path not found error.

Re: Cannot clone git repository

Posted: Fri Dec 05, 2014 4:44 am
by luke33
Is there something going on at the git repository?
I am trying to clone the repository to build the ROM but I can't..

The command I use is

Code: Select all

 git clone git://gargoyle-router.com/gargoyle.git
I got this error:

Cloning into 'gargoyle'...
fatal: read error: Connection reset by peer

Re: Cannot clone git repository

Posted: Fri Dec 05, 2014 10:42 am
by Eric
Ah, the git daemon on the main gargoyle server can die from time to time.

The git repo should be fine, just the daemon serving it seems to have gone down. If you can't clone from the gargoyle url, try the github URL it should work and be up to date.

Re: Cannot clone git repository

Posted: Wed Dec 10, 2014 11:17 pm
by djt_nz
I often get no response from

Code: Select all

git clone git://gargoyle-router.com/gargoyle.git
but

Code: Select all

git clone http://gargoyle-router.com/git/gargoyle.git 
always works.