git客户端保存用户名密码
git->编辑本地.git/config(L),在最后追加
- [credential]
- helper = store
git bash
- echo "[credential]
- helper = store" >> .git/config
- echo "[credential]" >> .git/config
- echo " helper = store" >> .git/config
git->编辑本地.git/config(L),在最后追加
git bash