错误信息
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
此时分析错误原因:本地与远程仓库没有配置公钥
完成公钥配置后(配置时及得清除之前的公钥),仍报原来的错;
于是,准备在本地测试一下,克隆远程仓库;
克隆时,总是会出现这样的命令:
Enter passphrase for key '/c/Users/ymm/.ssh/id_rsa':
要求输入私钥,按照命令的地址输入对应文件的密钥后,也总是不能正常进行;
http://blog.youkuaiyun.com/haluoluo211/article/details/51393759
于是,按照上链接,可以不输入私钥。
此时便可以正常下载。