Restarting didn't make git: work, but now http: does. Thanks! On Fri, Jan 22, 2016 at 5:29 PM, Nick Dokos wrote: > "Robert H. Klein" writes: > > > Hi, > > > > On Fri, 22 Jan 2016 14:09:44 -0500 > > Nick Dokos wrote: > > > >> Gary Oberbrunner 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 > > > > -- Gary