Je suis en train de programmer chez McDonalds, et j'ai besoin de pousser du code vers Launchpad.
git push origin master
ssh: connect to host git.launchpad.net port 22: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Mais ils ont bloqué le port 22. Y a-t-il un moyen de contourner ce problème ?
Je suis sur 20.04.
Il existe des solutions pour github et gitlab ici :
Host github.com
Hostname ssh.github.com
Port 443
Je n'ai pas encore pu reproduire ce phénomène pour Launchpad. Ma tentative ici :
Host git.launchpad.net
Hostname ssh.launchpad.net
Port 443
produit
ssh: Could not resolve hostname ssh.launchpad.net: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.