You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi!
I wasn't able to push a commit to the repository on github. It gave me the following message:
git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master
Pushing to https://username@github.com/username/folder.git
remote: Permission to username/folder.git denied to username.
fatal: unable to access 'https://username@github.com/username/folder.git/': The requested URL returned error: 403
Please help me! Thanks!
Hi
What form of authentication are you using ? username/password, OAuth or an a Personal Access Token?
Is it possible that credentials don't have the right permissions for that repository?
Hi!
I am using OAuth as suggested. Do you know how I can check if the credentials have the permissions to that repository? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good question.
I'd check the permissions for that particular repository, check which users have which rights and check you are on there with write permission
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Yes, I have the permission to write to the repository. That's why I am pretty confusing. I was suggested to change the username/password. Do you know how to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I check are you on mac or windows?
I'm assuming you would need to change the credentials on GitHub first and then clear out any old credentials locally. On Windows this would be by deleting any 'git:' prefixed entries in the Windows Credential Manager.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.