内容仅供参考,有问题请留言相互讨论。
我记得以前新建的虚拟机上使用git进行clone也没有问题,现在直接clone就会报一下错误:
sky@ubuntu:~$ git clone git@github.com:RUB-SysSec/Marx.git
Cloning into 'Marx'...
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
可能是github修改了协议之后必须上传自己的公钥才可以使用git的clone功能。
测试:


6425

被折叠的 条评论
为什么被折叠?



