Git 保存用户凭据 发表于 2019-10-24 分类于 tools git config --global credential.username USERNAME git config --global credential.helper store git config --global user.name USERNAME git config --global user.email [email protected] git config --global --list