1、保存賬號(hào)名密碼,之后拉取代碼都不用重新輸入:
git config --global credential.helper store
2、查看git用戶名:
git config user.name
3、清空所有的用戶名和密碼:
git config --system --unset credential.helper
4、清楚緩存的用戶名和密碼:
git credential-manager uninstall
5、更改全局的用戶名:文章來源:http://www.zghlxwxcb.cn/news/detail-762269.html
git config --global user.name "username"
6、更改全局的郵箱:文章來源地址http://www.zghlxwxcb.cn/news/detail-762269.html
git config --global user.email "eamil@qq.com"
到了這里,關(guān)于vsCode git 修改、清空、重置、保存賬號(hào)名密碼的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!