I am having issues when I am trying to clone a Repo from my Remote GitHub to local device into Eclipse. After I paste in the URL and enter the User Id and Password into the Authentication dialogue box, and when I hit next button, I am getting this dialogue box where it asks me to enter my UserID and password again and again and I am not able to clone the Repo into my Eclipse. Can anyone help me with this problem. Is there anything that I am doing wrong or any other ways to do it?
Asked
Active
Viewed 13 times
0
-
1Did you check _Store in Secure Store_? Did you use a personal access token as password since your GitHub account password will not work (see [here](https://stackoverflow.com/a/68802292/6505250))? Do you use SSH or HTTPS? By the way, you can drop the GitHub project web site onto Eclipse to open the prefilled clone dialog. – howlger May 01 '22 at 21:02