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

你的公钥和思瑶配置错了,仔细看一下那部分的课程。配置应该是文件,而不是一个文件夹

0
1
慕虎3887030
嗯嗯,3q 找到原因了 config IdentityFile 配置错了
2018-07-19
共1条回复

Java接口自动化测试实战,搞定理论基础+典型应用场景

打破传统测试用例设计方法,搞懂基于TestNG的接口自动化测试技术

2086 学习 · 920 问题

查看课程