GitHub Push problems with Organization account #1677
Description
Hi, I just set up a new Organization GitHub account and have linked my Personal account as Owner. I can commit with Atom, but cannot Push, even though I can push with GitHub Desktop and CLI, so GitHub is obviously not having any permission problems with linked accounts. Atom-GitHub integration gives the following error when trying to Push:
aws codecommit credential-helper $@ get: aws: command not found remote: Permission to benfox-net/website.git denied to foxxxyben. fatal: unable to access 'https://github.com/benfox-net/website.git/': The requested URL returned error: 403
foxxxyben
is the owner account for benfox-net
, and I'm not exactly sure why Atom is trying to use codecommit since this is a GitHub repo, not having anything to do with AWS at all. I've looked through the Preferences pane and found nothing about changing or setting up authentication in Atom. Any ideas on what's going here?
Thanks,
-Ben