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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章