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