通过eclipse的egit插件提交提示Auth fail

git能够add to index-->commit。但在pull的时候出现: org.eclipse.jgit.api.errors.transportexception。

解决的方法:

Eclipse  windows-->preferences-->general-->security-->secure storage-->contents-->GIT.

选中ssh后点击delete。

重新启动Eclipse就能够了。

附上一个stackoverflow的解决方法:http://stackoverflow.com/questions/3601805/auth-failed-error-with-egit-and-github

原文地址:https://www.cnblogs.com/mqxnongmin/p/10971367.html