【发布时间】:2023-03-16 09:11:01
【问题描述】:
我使用 soureTree 来克隆 ssh 项目。
- 我已经创建了 ssh 密钥
- 我已经设置好了 gitlab ssh 密钥设置
- 我已经 ssh-add "mysshkey"
- 我已经 ssh-add -K 'mysshkey'
当我打印 ssh -T 时,我可以在命令行中使其成功。 当我 git clone、pull、push 以 ssh 方式...它仍然在命令行中工作。(终端)
但在 sourcetree 中现在仍然出现错误:
Permission denied (publickey)
我该如何解决?
【问题讨论】:
标签: git macos gitlab atlassian-sourcetree