git clone Error “Clone failed: Authentication failed for xxxxx”

When I clone the clone warehouse project from the company, I kept receiving this error.
Possible scenarios include:
1. There is no project operation permission in the warehouse, so I need to contact master or master programmer to pull you into the project and authorize
2. Open “Git bash”; Add user.name and user.email; The identity authentication

And you can view it through Git Config — List
3. If clone or push had been normal all the time; Suddenly failed; Think about whether you’ve ever changed your Git password. If it has been modified, this error is sure to occur
The solution is to open Windows’ credential manager; It will automatically record your Git address, username, password, etc. Change the password inside

Read More: