每次都要重复的输入gitee.com的密码。
下面命令可以解决:
git config --global credential.helper store
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
然后下一次,还是要再输入一次,以后就重复的输git的账号和密码了
每次都要重复的输入gitee.com的密码。
下面命令可以解决:
git config --global credential.helper store
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
然后下一次,还是要再输入一次,以后就重复的输git的账号和密码了
本文标题:CENTOS/UBUNTU下记住git的密码
本文链接:https://www.haomeiwen.com/subject/awmwkctx.html
网友评论