我已經克隆了這個 repo
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,我很迷茫!一些額外的資訊:
git remote -v
origin https://github.com/arunavo4/sol-sell-escrow (fetch)
origin https://github.com/arunavo4/sol-sell-escrow (push)
uj5u.com熱心網友回復:
我不擁有這個回購......我可以推它嗎?
不,你不能。正如你所說的,你不擁有它。
但是,您可以在 GitHub 上fork存盤庫。叉子將屬于您,如果您愿意,您可以克隆它并隨后推送它。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/472759.html
