9
1
I'm trying to push code in my local repo (on an OS X 10.8.5 system with the GitHub app installed and logged into) to a repo I created on GitHub via their website, using the command line. Oddly, when I try to git push -u origin master
, I log in with my (correct) GitHub credentials, and get fatal: Authentication failed
.
I do use dual-factor authentication, but I've authenticated the machine with this issue through the GitHub application. I've also got the appropriate SSH key for this operation.
What's the cause of this issue? How can it be fixed?
GitHub support has actually gotten back to me with the same solution, which works perfectly. Thanks! – Jules – 2013-09-20T13:56:32.297