我正试图从我远方的服务器上推......
我有一个wordpress网站,我在线修改,现在,已经生成了很多css,我需要将它们包含在我的git rep中。
forge@ip-10-0-0-131:~/site.mx$ git push
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.
现在,我读了一些posts,说它与ssh密钥和部署密钥不同,所以我删除了部署密钥,并确保我的密钥设置为:Profile&gt; Bitbucket Settings&gt; SSH Keys < / p>
但现在我有:
git push
conq: repository access denied. deployment key is not associated with the requested repository.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我有点迷茫,我该怎么办?