【问题标题】:Could not read from remote repository. Please make sure you have the correct access rights and the repository exists [duplicate]无法从远程存储库中读取。请确保您具有正确的访问权限并且存储库存在[重复]
【发布时间】:2021-04-18 04:00:19
【问题描述】:

警告:将“bitbucket.org,104.192.141.1”(RSA) 永久添加到已知主机列表中。 git@bitbucket.org:权限被拒绝(公钥)。

错误
致命:无法从远程存储库中读取。
请确保您具有正确的访问权限并且存储库存在。

代码

 git remote add origin git@bitbucket.org:BituBrewster/pollss.git  
    git push -u origin master

【问题讨论】:

    标签: python git bitbucket


    【解决方案1】:

    由于 SSH,第一次配置 Git 和 Bitbucket 时经常发生这种情况。

    按照@graeme-wicksted 在其他评论https://stackoverflow.com/a/26130250/14989571 中的步骤寻求解决方案。

    【讨论】:

      猜你喜欢
      • 2015-07-16
      • 2013-07-15
      • 1970-01-01
      • 2018-07-05
      • 1970-01-01
      • 2018-08-05
      • 2021-12-07
      • 2014-11-13
      • 2020-05-08
      相关资源
      最近更新 更多