Remote URL test failed: Could not read from remote repository.

查询过程中,这篇文档是比较完整的 但是依然没有解决我的问题 

【IDEA】IDEA 使用Git提交提示Could not read from remote repository问题_尛_的博客-CSDN博客

然后我看到一篇文档才知道是我生成key的时候设置了密码导致了这个问题

1.通过命令 重新生成key

ssh-keygen -t rsa -C "[email protected]"

连续三次回车 不要设置密码(我就是这里设置了密码导致了问题)

Remote URL test failed: Could not read from remote repository._第1张图片

 

2.到C:\Users\用户名\.ssh 复制id_rsa.pub的内容, 然后添加到gitlab  (title会自动生成)

Remote URL test failed: Could not read from remote repository._第2张图片

 

 

你可能感兴趣的:(github,git)