$ git clone git@github.com:DavidWanderer/test1.git Cloning into 'test1'... Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote reposi
再次遇到 SSH Server And "Permission denied (publickey) 用这个关键词搜索才找到howtogeek上答案: sshd : Authentication refused: bad ownership or modes for directory / 直接用我文章题目中的搜索,这次不管用. 看log $ grep sshd /var/log/audit/audit.log 这个命令很有用.它会告诉你原因. May 17 16:21:25 localhost
问题描述 问题产生的原因,不是很清楚,就不管了.在执行git clone git@github.com:****.git 的时候报了Permission denied (publickey). Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. sign_and_send_pubkey: signing failed: agent refused operation Pe