windows vs code 保存git用户名密码
前言
vs code 保存git用户名密码
- vscode
settings.json
"git.autofetch": true,
"git.path": "XXX"
- 全局配置
git config --global user.name "用户名"
git config --global user.email "用户邮箱"
- 获取代码
git clone
git pull
- 设置全局缓存
git config --global credential.helper store

本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。
目录