Git:无法推送到远程服务器,SSH 工作正常

Git:无法推送到远程服务器,SSH 工作正常

我尝试对大约 5 年前修改过的应用程序进行更改,当我尝试通过 git 推送它们时,我得到了“权限被拒绝 (公钥)”的信息。我尝试再次添加密钥,将公钥添加到 authenticated_keys 文件中,检查权限... 什么都没有。

但是我可以通过 ssh 连接,没有任何问题。这是日志:

git push origin master

git@<IP ADRESS>: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

我尝试了 ssh -Tvvv git@ 并且以下是日志:

https://pastebin.com/UDxKenVj

您能给我指明正确的方向吗?我将不胜感激。

相关内容