hexo
通过ssh github验证key是否可用:
1
|
|
ssh: connect to host github.com port 22: Connection refused
Add the following to your ./.ssh/config:
host github.com hostname ssh.github.com port 443
This forces ssh over https for github
通过ssh github验证key是否可用:
1
|
|
ssh: connect to host github.com port 22: Connection refused
Add the following to your ./.ssh/config:
host github.com hostname ssh.github.com port 443
This forces ssh over https for github