GitHub Error: Authentication Failed from the Command Line
After setting up 2 Factor Authentication on GitHub, I couldn’t push my remote repositories from the command line anymore. When I tried to push a remote repo, the command line threw this error: ~ :> git push origin my-branchUsername for ‘https://github.com’: myusernamePassword for ‘https://myusername@github.com’: mypasswordremote: Invalid username or password.fatal: Authentication failed for ‘https://github.com/my-repository’ The error … Read more