git记录账号密码,无需每次输入

mowen 2022-09-08 2227

记住密码:

git config --global credential.helper store


取消记住密码:

git config --global --unset credential.helper && rm -rf ~/.git-credentials


最新回复 (0)
返回
发新帖
X