CentOS7保存永久保存Git密码

1.设置邮箱

git config --global user.email "your email"

2.设置用户名

git config --global user.name  "your username"

3.设置永久密码保存

git config --global credential.helper store
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章