git clone 失败
来源:4-6 创建git仓库及克隆、拉取和推送操作

慕虎3887030
2018-07-19
$ git clone git@github.com:comesh/JavaAutoTest.git
Cloning into 'JavaAutoTest'...
Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hosts.
Load key "/c/Users/sh188/.ssh": Is a directory
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
写回答
1回答
-
大周
2018-07-19
你的公钥和思瑶配置错了,仔细看一下那部分的课程。配置应该是文件,而不是一个文件夹
012018-07-19
相似问题