git新电脑

设置全局email

git config --global user.email "xxxxx@126.com"

设置全局name

git config --global user.name "xxxx"

保存用户名密码

git config --global credential.helper store
posted @ 2021-07-20 14:58  ddgo's  阅读(18)  评论(0编辑  收藏  举报
.