Git设置及保存用户名和密码

git config --global user.email johndoe@example.com
git config --global user.name "John Doe"
git config --global credential.helper store
posted @ 2022-10-11 11:08  MasonLee  阅读(27)  评论(0编辑  收藏  举报