0

Steps :

1 . Browse File > import 2. Git> Project from Git(with smart import) 3. Clone URI 4. Providing all details on "Source Git Repository" pop-up(Location, Connection as https , Authentication) and click Next. 5. Prompt login page.

i am facing same pop-up while trying to commit to github.

enter image description here

Krunal
  • 61
  • 1
  • 10
  • 2
    you can create a `ssh` key for your local machine with GitHub and with that you can do git operations by providing your password only, https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh – Maneesha Indrachapa Aug 29 '21 at 06:39
  • Read https://stackoverflow.com/a/68802292/6505250 – howlger Aug 29 '21 at 06:47
  • thank you by using ssh now i am able to import project. it worked for me. – Krunal Aug 29 '21 at 09:14

1 Answers1

0

Github has decommissioned 'username-password' based authentication since August 13, 2021. Now only token based authentication is allowed. You would need to set up personal token in your git account and use that in IDE.

This link could be useful: https://docs.github.com/en/enterprise-server@3.1/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance/changing-authentication-methods

Ajay Singh
  • 441
  • 6
  • 18