解决ssh: connect to host github.com port 22: Connection refused
解决ssh: connect to host github.com port 22: Connection refusedvim ~/.ssh/configHost github.comUser xxxxx@xx.comHostname ssh.github.comPreferredAuthentications publickeyIdentityFile ~/.ssh/id_rsaPort 44
·
解决ssh: connect to host github.com port 22: Connection refused
vim ~/.ssh/config
Host github.com
User xxxxx@xx.com
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443
更多推荐
所有评论(0)