0

I am trying to connect eclipse to GitHub. I did the suggested steps to do that but I always get the same error as in the following picture: enter image description here

Any suggestion please?

Notes:

  1. I have the same URL
  2. No proxy on my computer
  3. .git is not missing
  4. SSH... I dont know what is it?
Matt
  • 12,848
  • 2
  • 31
  • 53
bib
  • 944
  • 3
  • 15
  • 32

1 Answers1

0

According to the error message, you used https://github.com/.../annotation.git: as location URI. But the location URI has to end with .git, not with .git:. Just delete the colon : at the end in the Clone Git Repository dialog in the first field URI.

howlger
  • 31,050
  • 11
  • 59
  • 99
  • no it was not the error, i still get the same error after i delete the : – bib Mar 14 '22 at 15:04
  • Well, `:` is an error, but there might be more. For example, if it is a private repository, you have to specify a valid user and personal access token as password (not your GitHub account password). – howlger Mar 14 '22 at 15:48