在推送到bitbucket存储库时,我遇到了一个问题,我收到了以下消息: PermissionPushing to ssh://git@bitbucket.org/banana/pera.git
Permission denied (publickey).Pushing to ssh://git@<e
Jenkins文件将id_rsa和id_rsa.pub复制到docker文件,以pip安装bitbucket私有存储库。然而,我发现id_rsa密钥可以很好地保存在docker镜像中,但是id_rsa.pub密钥文件是空的。我猜是因为docker图像显示了无法运行pip install bitbucket repos的错误。ERROR: Command errored out with exit status 128: git clone -q 'ssh://****@<em
我已经成功地建立了git,并将我的项目推送到远程存储库。,因此我通过执行以下命令创建了另一个特定于该user的repo:git config user.email 'user2@example.com'Permission denied (publickey).
fatal: Could not read from remote repository它让我向全球