摘要: $ ssh -T git@github.comssh: connect to host github.com port 22: Connection timed out 可以看到22端口无法连接 解决办法: 改为443端口。 在ssh key所在文件夹下添加一个文件,文件名是config 内容: H 阅读全文
posted @ 2020-03-17 10:53 向萧 阅读(1907) 评论(0) 推荐(0) 编辑
摘要: 建议:生成ssh 公钥私钥的时候,不要输入密码。 解决方案: 1、修改密码:使用命令 ssh-keygen -p 然后修改密码的时候直接回车,也就是把密码置空。 2、重新生成ssh key, 用 ssh-keygen -t rsa -C "your_email@example.com" 其中,问你是 阅读全文
posted @ 2020-03-17 10:30 向萧 阅读(7021) 评论(1) 推荐(1) 编辑