git 密码管理


#Git ➡️ 浏览模式


记住密码

配置后,不用每一次pull、push都输入密码了。

执行以下命令即可:

git config --global credential.helper store

会在 ~/.gitconfig看到:

[credential]
	helper = store

( 本文完 )