记住密码
配置后,不用每一次pull、push都输入密码了。
执行以下命令即可:
git config --global credential.helper store
会在 ~/.gitconfig
看到:
[credential]
helper = store
配置后,不用每一次pull、push都输入密码了。
执行以下命令即可:
git config --global credential.helper store
会在 ~/.gitconfig
看到:
[credential]
helper = store
( 本文完 )