我配置了基于 SSH 的身份验证,如下所示
- 在我的 UNIX 服务器上创建了一个公钥
- 在我的 Bitbucket 存储库中添加了具有读写权限的公钥(也在帐户级别尝试过)
- 在 bitbucket 和 Unix 服务器上将 URL 从 https 更改为 SSH
- 使用验证 URL,它仅显示 SSH URL
然后尝试推送,但我收到以下错误:
Permission denied (public key). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
我对存储库推送命令 git push -u origin master 具有读写权限
任何的想法?