在尝试将我的本地git repo推送到github repo时,我遇到了以下错误。从终端访问我的远程github repo没有问题,但EGit无效。
我该如何解决这个问题?
答案 0 :(得分:5)
“Auth Failed” error with EGit and GitHub解决了这个问题。
简而言之,
cd ~
echo "export GIT_SSH=/usr/bin/ssh" >> .profile
然后重启Eclipse以使其生效。
答案 1 :(得分:0)
我使用Http Url进行身份验证,而不是使用ssh URL。