CENTOS/UBUNTU下记住git的密码
2019-07-14 本文已影响0人
老陈的记事本
每次都要重复的输入gitee.com的密码。
下面命令可以解决:
git config --global credential.helper store
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
然后下一次,还是要再输入一次,以后就重复的输git的账号和密码了