"Robert H. Klein" <[email protected]> writes: > Hi, > > On Fri, 22 Jan 2016 14:09:44 -0500 > Nick Dokos <[email protected]> wrote: > >> Gary Oberbrunner <[email protected]> writes: >> >> > I can't clone the repo, I get this error: >> > % git clone git://orgmode.org/org-mode.git >> > fatal: read error: Connection reset by peer >> > >> > Is it just me? >> > >> >> No - I get: >> >> $ git remote update >> Fetching origin >> fatal: read error: Connection reset by peer >> error: Could not fetch origin >> > > > I restarted the git daemon. Does it work now? >
No - but the error is different now either when cloning anew: $ git clone git://orgmode.org/org-mode.git Cloning into 'org-mode'... fatal: unable to connect to orgmode.org: orgmode.org[0: 104.239.132.130]: errno=Connection refused or trying to update the existing repo: $ git remote update Fetching origin fatal: unable to connect to orgmode.org: orgmode.org[0: 104.239.132.130]: errno=Connection refused error: Could not fetch origin -- Nick
