1

I have installed the git command line. Every time I try to clone a repo I get an authentication error.

fatal: Authentication failed for ....

It works on my mac but not on my windows laptop. Does anyone have an idea?

4
  • 3
    Possible duplicate of Git push results in "Authentication Failed" Commented Apr 6, 2017 at 8:24
  • doenst look like its the same issue because I could not even clone it. Commented Apr 6, 2017 at 11:32
  • What are you trying to clone? Does it require authentication? Have you provided the correct credentials? Commented Apr 6, 2017 at 20:30
  • solved -> stackoverflow.com/a/43039662/7825397 Commented Apr 6, 2017 at 20:49

3 Answers 3

1

you can use code in command line

git clone https://[email protected]/.../project_name.git

or

git clone https://username:[email protected]/.../project_name.git
Sign up to request clarification or add additional context in comments.

Comments

0

Should save git auth username and password on windows credential manager enter image description here

Comments

0

I have got same error. Go to control panel -> User Account --> Credential Manager and edit git credentials.

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.