Could not read from remote repository. Please make sure you have the correct access rights and the 解决方案

今天从Git中clone项目中出现以下警告导致克隆失败

Could not read from remote repository.

Please make sure you have the correct
access rights and the repository exists.
Could not read from remote repository.Please make sure you have the correct...解决方案

按照网上给的方法全都失败了,发现大部分解决方法都和SSH有关
然后我想到我的GitHub没有设置秘钥,于是我
我在setting >>Version Control >>GitHub中
的Clone git responsitories using ssh 勾给去掉了
如下图所示
Could not read from remote repository.Please make sure you have the correct...解决方案
把勾选去掉之后能正常Clone Github上的项目,
至于会有什么影响,新手表示,暂时不清楚;
欢迎大神指导

相关文章: