So, I use SVN with Github. I enabled Two Factor Authentication on Github and then I tried to commit to a repository with svn commit -m "xxxxx"
. I was confronted with the username/password stout:
Authentication realm: <https://github.com:443> GitHub
Username: xxxxx
Password for 'xxxxx': ******
After entering the password a couple of times, I get:
svn: E215004: Commit failed (details follow):
svn: E215004: No more credentials or we tried too many times.
Authentication failed
svn: E200042: Additional errors:
svn: E120191: Error running context: The requested authentication type(s) are not supported
I tried entering in my tokencode to the password prompt. I've also tried removing the local repository and resourcing it. I can checkout the repository just fine, but I can't make commits through svn. There was no problem with svn without Two Factor Authentication. Is there any way around this issue? Any help would be greatly appreciated.