我正在尝试将更改推送到github,但是遇到以下问题。
ts/Central-Repo/everest-web$ git push
Enter passphrase for key '/Users/developer/.ssh/id_rsa':
ERROR: Permission to meanjs/mean.git denied to everest-software.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
什么命令或文件路径中的更改将解决此问题,并允许我再次与我的github存储库对话?
答案 0 :(得分:1)
meanjs/mean.git denied to everest-software.
正如我对your previous question的回答一样,您不能推送到您不拥有的存储库(像以前一样通过https或像现在一样通过ssh)
everest-software
现在拥有meanjs/mean.git
。组织meanjs
这样做。
您需要 fork the repo first 。
然后克隆叉子。
添加,提交并推回去。