Issue #1593
closedTimeouts when attempting to get manifest
0%
Description
I'm following the compilation guide, which asks me to do this:
../tools/repo init -u git://git.replicant.us/manifest.git -b replicant-4.2
When I attempt this, I get the following:
@[koz@Emi replicant-4.2]$ ../tools/repo init -u git://git.replicant.us/manifest.git -b replicant-4.2
gpg: keybox '/home/koz/.repoconfig/gnupg/pubring.kbx' created
gpg: /home/koz/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 920F5C65: public key "Repo Maintainer <repo@android.kernel.org>" imported
gpg: key 692B382C: public key "Conley Owens <cco3@android.com>" imported
gpg: Total number processed: 2
gpg: imported: 2
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
Get git://git.replicant.us/manifest.git
fatal: unable to connect to git.replicant.us:
git.replicant.us[0: 18.4.89.63]: errno=Connection timed out
fatal: unable to connect to git.replicant.us:
git.replicant.us[0: 18.4.89.63]: errno=Connection timed out
fatal: cannot obtain manifest git://git.replicant.us/manifest.git@
This repeats itself (minus key imports) when I try again.