After not pushing to my personal github account for a month or so I am now getting the following terminal output when trying to push an initial commit to my newly created Github repo.
remote: Permission to
<Me>
/<MyRepo>
.git denied to<me>
. fatal: unable to access 'https://github.com/<Me>
/<MyRepo>
.git/': The requested URL returned error: 403
Searching google turned up some Github provided documentation instructing me how to resolve SSH
issues. Is this potentially an SSH
issue given that the repo's url's scheme is http
?
More over, I recently have done two things that might have caused this misconfiguration. I've been pushing to a work organization repo under a separate github account. And I'm now using HyperTerm
as opposed to Terminal
.
So given this context, several things (from my perspective) could explain this push being denied, I'm not sure what approach to begin to take to address it. From the information I've provided, is it sufficient to diagnose the root cause?