From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Git repository error Date: Mon, 18 Dec 2017 16:33:56 -0500 Message-ID: <87ind3ra9n.fsf@alphaville.usersys.redhat.com> References: <87d13h9v3a.fsf@gmail.com> <87lgi3vpad.fsf@gmail.com> <84wp1krofg.fsf@gmail.com> <20171218184000.7114f299@unknownb46d839e1d71> <87mv2frhqi.fsf@alphaville.usersys.redhat.com> <87d13bke7g.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR334-00054y-24 for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 16:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR331-0003nn-6t for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 16:34:10 -0500 Received: from [195.159.176.226] (port=53887 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eR331-0003n9-0L for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 16:34:07 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eR30y-0006zC-Vy for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 22:32:00 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Colin Baxter writes: >>>>>> Nick Dokos writes: > > > I get the same results as Detlef: git pull git remote update git > > clone git://orgmode.org/org-mode.git > > > all fail, but > > > git clone http://orgmode.org/org-mode.git > > > succeeded and `git remote update' when the remote is the http > > version, succeeds as well. > > Not here, "git clone http://orgmode.org/org-mode.git" just hangs with > > Cloning into 'org-mode'... > > never completing. You might not have given it enough time. Here, it takes a long time, but it completes: $ time git clone http://orgmode.org/org-mode.git Cloning into 'org-mode'... real 2m13.687s user 0m29.052s sys 0m0.668s -- Nick