Hi,
I'm trying to push my first branch into GitHub as a test but I get this error:
it --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 --set-upstream origin refs/heads/test:refs/heads/test
Pushing to https://alexcoleman7@github.com/alexcoleman7/ButtonTest.git
remote: Permission to alexcoleman7/ButtonTest.git denied to alexcoleman7.
fatal: unable to access 'https://alexcoleman7@github.com/alexcoleman7/ButtonTest.git/': The requested URL returned error: 403
Completed with errors, see above
I'm not sure how to fix this.
Thanks