0

I want to import a project from an existing git repository in Eclipse via URI. The Problem is that my git password and user are not accepted. I double checked username and password multiple times but nothing happens.

Anyone an idea why this happens?

nitind
  • 18,165
  • 4
  • 33
  • 41
tabs
  • 1

1 Answers1

0

I encountered the same problem while pushing to GitHub. The error was Can't connect to any repository: https://github.com/~ (https://github.com/~: not authorized) Seem the error relates to Eclipse not getting authorized. Instead I turned to Git bash and it worked. I recommend using Git Bash.

  • No, it's related to GitHub not accepting the password of the user account anymore. It's the same on Git bash. See https://stackoverflow.com/a/68802292/6505250 – howlger Feb 07 '22 at 20:06