【发布时间】:2014-12-11 01:46:34
【问题描述】:
我刚切换到 Sublime,我尝试设置 git,但我无法向远程存储库推送或拉取/从远程存储库中拉取,并且似乎与 SSH 密钥的路径有关。如果我使用命令行一切正常。
如果我使用命令行,SSH 的路径看起来
Enter passphrase for key '/root/.ssh/id_rsa':
如何在 sublime GIT Package 中添加正确的 SSH 密钥路径
控制台日志
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
-
Sublime 中的错误究竟是什么?您可以通过
View > Show Console或使用快捷方式CTRL+`来查看 sublime 中的 python 控制台。 -
感谢我更新帖子的提示
-
你在 sublime for git 中使用哪个插件?
标签: git push sublimetext3 pull