WebAssemblyOS / wasmos

OS primitives and shell for AssembyScript and WebAssembly
MIT License
40 stars 21 forks source link

unable to push #115

Open prachigaur1 opened 5 years ago

prachigaur1 commented 5 years ago

every time i try to run the command git push origin dev-basename, I run into the following issue:

Username for 'https://github.com': prachigaur1 Password for 'https://prachigaur1@github.com': remote: Permission to WebAssemblyOS/wasmos.git denied to prachigaur1. fatal: unable to access 'https://github.com/WebAssemblyOS/wasmos.git/': The requested URL returned error: 403

willemneal commented 5 years ago

You need to be pushing to your fork. This says you're trying to push to the main repo.

git remote remove origin git remote add origin yourRepo