我最近在工作时更新了我的Github密码(公司Github帐户).我在我的一个VM上配置了Git,它是Windows 10.不管我做什么git pull,git push它都会抛出错误信息:
remote: Invalid username and password
fatal: Authentication failed for 'https://<my_project_repository>'
我尝试了许多在线可用的选项,但没有一个可以帮助提供用户名/密码提示.我甚至尝试卸载并重新安装它,但它也没有帮助.
我没有使用Git GUI.仅通过Git bash使用它.
有帮助吗?