I have generated a personal access token for github enterprise. I have also updated in windows credential manager. However whevever I run any git command from git bash in windows 10, it prompts for username and password.
How can I overcome this?
I have generated a personal access token for github enterprise. I have also updated in windows credential manager. However whevever I run any git command from git bash in windows 10, it prompts for username and password.
How can I overcome this?
If Git prompts you for a username and password every time you try to interact with GitHub, you're probably using the HTTPS clone URL for your repository. Using an HTTPS remote URL has some advantages: it's easier to set up than SSH, and usually works through strict firewalls and proxies.