我克隆了这个回购
git clone https://github.com/arunavo4/sol-sell-escrow/在构建和部署它之后,我注意到在开发周期中,它说
# Push your code to the main branch to auto-deploy on Netlify.
git push所以我刚做了一个git push
remote: Permission to arunavo4/sol-sell-escrow.git denied to Hretic. fatal: unable to access 'https://github.com/arunavo4/sol-sell-escrow/': The requested URL returned error: 403我搜索并看到许多人问这个问题,但这主要是关于他们自己的回购,我没有这个回购。我能推它吗?
我不常和吉特一起工作,我很迷茫!一些额外的信息:
git remote -v
origin https://github.com/arunavo4/sol-sell-escrow (fetch)
origin https://github.com/arunavo4/sol-sell-escrow (push)发布于 2022-05-11 02:07:52
我不拥有这个回购..。我能推它吗?
不,你不能。就像你说的,它不是你的。
但是,您可以在GitHub上分叉回购。叉子属于你,如果你愿意,你可以克隆它,然后再推到它上。
https://stackoverflow.com/questions/72194556
复制相似问题