i've cloned this repo
git clone https://github.com/arunavo4/sol-sell-escrow/
and after building&deploying it , i noticed in the Development Cycle it says
# Push your code to the main branch to auto-deploy on Netlify.
git push
so i just did a git push and i got
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
i've searched and saw lots people asking this question but it was mostly about their own repo , i dont own this repo ... can i push to it ?
i dont work with git much , im pretty lost ! some extra info :
git remote -v
origin https://github.com/arunavo4/sol-sell-escrow (fetch)
origin https://github.com/arunavo4/sol-sell-escrow (push)