remote: Permission to jadijadi/gittutorial.git denied to morync.
Hi dear I get this error when i try to push my commit:
PS D:\gitPractice\gittutorial>git push -u origin master Username for 'https://github.com': morync Password for 'https://[email protected]': remote: Permission to jadijadi/gittutorial.git denied to morync. fatal: unable to access 'https://github.com/jadijadi/gittutorial.git/': The requested URL returned error: 403
please help me Thanks Best regards
I think, we don`t have access to https://github.com/jadijadi/gittutorial.git/ .except Jadi
you can't simply push to someone else's repository on GitHub if you are not a contributor,
try this: 1- fork this repository as YourFork 2- clone YourFork to your local 3- change what ever you want and commit the changes to your local repository 4- push your local commits from your local to YourFork on github as remote 5- create a pull request from YourFork on github to JadiJadi's Repo
I wont close this so people can see and interact with an issue
I created a new GitHub account and this happened to me. Has anyone already solved it?
you have not permission to write (to push) in others' repo you should do these:
- fork it
- clone it to your local
- edit
- push to your own remote repo
- then send a Pull Request to the person