Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
morync opened this issue Oct 5, 2018 · 5 comments
Open

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

morync opened this issue Oct 5, 2018 · 5 comments

Comments

@morync
Copy link

morync commented Oct 5, 2018

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

@Shokouhikia
Copy link
Contributor

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

@yekanchi
Copy link

yekanchi commented Nov 12, 2018

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

@jadijadi
Copy link
Owner

jadijadi commented Aug 7, 2021

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

@bscscmi19-23
Copy link

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

@AliMehraji
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants