Changes between Version 85 and Version 86 of HowToGit
- Timestamp:
- 02/27/20 02:37:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v85 v86 26 26 27 27 Note: add SSH key, see [https://help.github.com/en/articles/connecting-to-github-with-ssh GitHub documentation]. 28 29 Note: If you get the error message: [https://askubuntu.com/questions/610940/ssh-connect-to-host-github-com-port-22-connection-refused ''ssh: connect to host github.com port 22: Connection refused''] (e.g. because you are behind a firewall that blocks traffic on port 22), you can try to replace {{{git@github.com:}}} with {{{ssh://git@ssh.github.com:443/}}}, when you clone or remote add repos. 28 30 29 31 {{{