While trying to push my git repository in Eclipse into GitHub for the first time I'm asked to insert user and password of my GitHub account but it doesn't work. Eclipse shows me the message "Can't connect to any URI: ... " (where ... is the repository link). How can I solve? I use Eclipse 2021-06 on a MacBook Air
Asked
Active
Viewed 3,760 times
0
-
Maybe [this answer](https://stackoverflow.com/a/38345578/16688813) could help you solve your problem. – Tom Aug 23 '21 at 15:57
-
Is it not possible with a https link? – Mattyred99 Aug 23 '21 at 16:00
1 Answers
0
Maybe you should try creating a personal acces token, so you can use it instead of your regular password, to do this, in github go to settings - developer settings - personal access tokens

Camilo Peña
- 1
- 1