美文网首页
failed to connect to gitee.com p

failed to connect to gitee.com p

作者: 想不到更好的昵称了 | 来源:发表于2019-03-26 14:44 被阅读0次

1、连接超时,首先找到git的安装目录,找到/etc/ssh/ssh_config文件
2、用notepad++打开,复制这几句到该文件最后

Host github.com

User git

Hostname ssh.github.com

PreferredAuthentications publickey

IdentityFile ~/.ssh/id_rsa

Port 443

3、解决

相关文章

网友评论

      本文标题:failed to connect to gitee.com p

      本文链接:https://www.haomeiwen.com/subject/bhbgvqtx.html