我是BitBucket和SourceTree的新手,我尝试在SourceTree中将我的代表从windows的Git推到BitBucket,但它给了我这个错误:
conq: repository access denied. access via a deployment key is read-only.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.我使用我的公钥在BitBucket中设置了一个部署密钥,ssh密钥代理使用我的私钥运行。我有所有者访问权限。我想我错过了一个导致这个错误的配置,有什么建议吗?
发布于 2014-12-03 03:16:43
不要创建部署密钥,请转到管理帐户并单击ssh密钥,然后添加您的密钥
https://stackoverflow.com/questions/16299407
复制相似问题