0

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?

1

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

1 Comment

I know that, how can I store the personal ccess token as password, so it never prompts me again and again with username and password?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.