From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Pulling from guix git repo fails Date: Thu, 03 Aug 2017 22:35:19 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddJZg-0007fl-U2 for help-guix@gnu.org; Thu, 03 Aug 2017 13:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddJZa-0001FG-En for help-guix@gnu.org; Thu, 03 Aug 2017 13:06:14 -0400 Received: from o134.p8.mailjet.com ([87.253.233.134]:51137) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddJZa-0001Bn-46 for help-guix@gnu.org; Thu, 03 Aug 2017 13:06:10 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "help-guix@gnu.org" I'm not able to pull from the guix repo. Has some URL changed? I have commit access. $ git pull ssh: connect to host git.sv.gnu.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. $ git remote -v origin ssh://arunisaac@git.sv.gnu.org/srv/git/guix.git (fetch) origin ssh://arunisaac@git.sv.gnu.org/srv/git/guix.git (push) =