gittutorial icon indicating copy to clipboard operation
gittutorial copied to clipboard

remote: Permission to jadijadi/gittutorial.git denied to morync.

Open morync opened this issue 7 years ago • 5 comments

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

morync avatar Oct 05 '18 20:10 morync

I think, we don`t have access to https://github.com/jadijadi/gittutorial.git/ .except Jadi

Shokouhikia avatar Oct 29 '18 22:10 Shokouhikia

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

yekanchi avatar Nov 12 '18 16:11 yekanchi

I wont close this so people can see and interact with an issue

jadijadi avatar Aug 07 '21 18:08 jadijadi

I created a new GitHub account and this happened to me. Has anyone already solved it?

bscscmi19-23 avatar Nov 19 '22 15:11 bscscmi19-23

you have not permission to write (to push) in others' repo you should do these:

  1. fork it
  2. clone it to your local
  3. edit
  4. push to your own remote repo
  5. then send a Pull Request to the person

cod3mas0n avatar Nov 19 '22 17:11 cod3mas0n