简体   繁体   中英

I can't use git from the Visual Studio Code console

I'm having problems to use git in the Visual Studio Code terminal I have installed latest version of VSC (1.62.2) but the console from VSC dont't let me do git pull or a git push the integrated console in Visual Studio code is giving me this error:

remote: HTTP Basic: Access denied
fatal: Authentication failed for...

Also these commads works for me on a system console, I don't know where VSC could be saving my credentials, and how can I set new credentials

Open windows credential manager : "Control Panel\\User Accounts\\Credential Manager" In the windows credential section, you will be able to see your login/pass for git. Change that and try again. I hope this can help you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM