SSH 访问github
在中国已被阻止,我按照本教程设置了一个 ssh 隧道:
$ plink -N myuser@myhomessh.com -pw mypassword -L 9418:github.com:9418
$ git clone git://localhost/someuser/someproject.git
我无法github
通过Git Read-Only
url 推送代码。
所以我试试这个:
$ git clone git@localhost:someuser/someproject.git
Cloning into 'someproject'...
git@localhost's password:
这里不对劲。我已经添加~/.ssh/id_rsa.pub
到github
.