Pushing to Git returning Error Code 403 fatal: HTTP request failed
I just got the same problem and just figured out what’s cause. Github seems only supports ssh way to read&write the repo, although https way also displayed ‘Read&Write’. So you need to change your repo config on your PC to ssh way: Edit .git/config file under your repo directory. Find url=entry under section [remote “origin”]. … Read more