5

I'm getting following error while trying to push my local git repo to github repo. There is no problem accessing my remote github repo from terminal but EGit is not working.

EGit Error

How can I solve this problem?

TheKojuEffect
  • 20,103
  • 19
  • 89
  • 125

2 Answers2

6

“Auth Failed” error with EGit and GitHub solved this problem.

In Brief,

cd ~
echo "export GIT_SSH=/usr/bin/ssh" >> .profile

And then restart Eclipse to take effect.

Community
  • 1
  • 1
TheKojuEffect
  • 20,103
  • 19
  • 89
  • 125
0

Instead of ssh URL, I used Http Url with authentication.

Asanke
  • 551
  • 1
  • 11
  • 32