Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git-upload-pack not found while adding new repository to Eclipse Git

Tags:

git

eclipse

egit

I use Eclipse with GIT plugin. I try to add a new GitHub repository, by copying the GitHub URL to the clipboard, then going to the "Git Repositories" view and right-clicking "Paste Repository Path or URL".

I get the following error:

https://github.com/rothariel/aimnegochat: https://github.com/rothariel/aimnegochat/info/refs?service=git-upload-pack not found

This is strange, because I already have some repositories in this view...

like image 247
Erel Segal-Halevi Avatar asked Jan 24 '13 09:01

Erel Segal-Halevi


1 Answers

From Erel's answer to my question in the comment section, it turned out the mistake was the copy of the wrong url. So, instead of copying the url provided by github, Erel copied the url in the navigation bar. The solution was to change the repository address to https://github.com/rothariel/aimnegochat.git

like image 83
ThanksForAllTheFish Avatar answered Nov 15 '22 09:11

ThanksForAllTheFish