git本来配置账号密码,并免密

git config --global user.name aa

git config --global user.email aa@xx.com

git config --global user.pawword 88888

git config --global credential.helper store

git config --list

posted @ 2020-11-16 20:06  yuzhen0228  阅读(114)  评论(0编辑  收藏  举报