Git ssh方式拉代码一直不行
Git重新安装了, .ssh文件夹也删了,重新生成了ssh公钥,所以来一遍了还是提示没权限,崩溃
看日志提示:Trying private key: /c/Users/yidd/.ssh/id_ecdsa debug3: no such identity: /c
最终百度发现要执行个这命令!!!!选个yes再git clone就ok了,具体原因猜测是没把这个github域名加到hosts文件里导致的??
命令: ssh -v git@github.com 执行完选yes