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.
I’m using a Mac with the latest version. My Sourcetree is 3.1.1. Thanks!
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.