Silvan Jegen
2018-06-11 08:30:10 UTC
Hi everyone
The st repo hosted on suckless.org is not reachable for me:
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git://git.suckless.org/st
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
$ git pull
fatal: unable to connect to git.suckless.org:
git.suckless.org[0: 195.186.210.161]: errno=Connection timed out
Did the git server process die?
Cheers,
Silvan
The st repo hosted on suckless.org is not reachable for me:
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git://git.suckless.org/st
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
$ git pull
fatal: unable to connect to git.suckless.org:
git.suckless.org[0: 195.186.210.161]: errno=Connection timed out
Did the git server process die?
Cheers,
Silvan