Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transport Error: Cannot get remote repository refs

Tags:

github

ssh

egit

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?

like image 991
TheKojuEffect Avatar asked Feb 15 '13 02:02

TheKojuEffect


1 Answers

“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.

like image 117
TheKojuEffect Avatar answered Sep 19 '22 00:09

TheKojuEffect