无法从远程存储库读取。请确保您拥有正确的访问权限并且存储库存在

Could not read from remote repository. Please make sure you have the correct access rights and the repository exists

警告:已将 '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

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

按照@graeme-wicksted 在其他评论 中的步骤寻求解决方案。