我在GitHub上创建了myrepo
另一个存储库(简称为)的fork(叫它orirepo
)。后来,我克隆了orirepo
。
git clone https://github.com/original/orirepo.git
我修改了约20个文件,然后进行了更改并进行了提交
git add
git commit
但是,当我试图推动
git push
我收到此错误:
remote: Permission to original/orirepo.git denied to mylogin.
fatal: unable to access 'https://github.com/original/orirepo.git/': The requested URL returned error: 403
我知道我犯了一个错误:我应该克隆fork而不是orirepo
,但是现在为时已晚。我怎么能推我的叉子而不是origin/orirepo
我没有写权限的?