all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Pulling from guix git repo fails
@ 2017-08-03 17:05 Arun Isaac
  2017-08-03 17:45 ` Leo Famulari
  2017-08-03 18:09 ` Tobias Geerinckx-Rice
  0 siblings, 2 replies; 4+ messages in thread
From: Arun Isaac @ 2017-08-03 17:05 UTC (permalink / raw)
  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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Pulling from guix git repo fails
  2017-08-03 17:05 Pulling from guix git repo fails Arun Isaac
@ 2017-08-03 17:45 ` Leo Famulari
  2017-08-03 18:57   ` Arun Isaac
  2017-08-03 18:09 ` Tobias Geerinckx-Rice
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-08-03 17:45 UTC (permalink / raw)
  To: Arun Isaac; +Cc: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

On Thu, Aug 03, 2017 at 10:35:19PM +0530, Arun Isaac wrote:
> 
> 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)
 
This doesn't answer your question directly, but I pull from the HTTPS
URL:

https://git.savannah.gnu.org/r/guix.git

I never tried pulling over SSH, although I believe Savannah intends to
support it. Before they served Git over HTTPS, pulling over SSH was the
recommended way to pull over an authenticated protocol.

You can set different URLs for push and pull with `git remote`.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Pulling from guix git repo fails
  2017-08-03 17:05 Pulling from guix git repo fails Arun Isaac
  2017-08-03 17:45 ` Leo Famulari
@ 2017-08-03 18:09 ` Tobias Geerinckx-Rice
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-08-03 18:09 UTC (permalink / raw)
  To: arunisaac, help-guix

Arun,

Arun Isaac wrote on 03/08/17 at 19:05:
> I'm not able to pull from the guix repo [over SSH].

Works fine here. Maybe it was a transient or local network issue?

  $ git config --get remote.upstream.url
  nckx@git.sv.gnu.org:/srv/git/guix.git

  $ git fetch upstream
  remote: Counting objects: 471, done.
  remote: Compressing objects: 100% (108/108), done.
  remote: Total 385 (delta 307), reused 347 (delta 277)
  Receiving objects: 100% (385/385), 77.68 KiB | 0 bytes/s, done.
  Resolving deltas: 100% (307/307), completed with 13 local objects.
  From git.sv.gnu.org:/srv/git/guix
     5d8312f1c..cf189709b  master     -> upstream/master

Kind regards,

T G-R

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Pulling from guix git repo fails
  2017-08-03 17:45 ` Leo Famulari
@ 2017-08-03 18:57   ` Arun Isaac
  0 siblings, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-08-03 18:57 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix@gnu.org


I just found out that my ISP (BSNL -- run by the Indian government and
one of the largest ISPs in India) has blocked outgoing connections on
port 22 for the entire country because of "malware attacks". Many people
are affected. So, I'm hoping this absurdly stupid decision will be
reversed soon.

So, I don't think this is a problem with Guix.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-03 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 17:05 Pulling from guix git repo fails Arun Isaac
2017-08-03 17:45 ` Leo Famulari
2017-08-03 18:57   ` Arun Isaac
2017-08-03 18:09 ` Tobias Geerinckx-Rice

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.