1. 創(chuàng)建文件存儲(chǔ)GIT用戶名和密碼
在home
目錄中冻晤,添加.git-credentials:
cd ~
vim .git-credentials
https://{username}:{password}@github.com
2. 添加Git Config 內(nèi)容
輸入如下命令:
git config --global credential.helper store
執(zhí)行完后查看.gitconfig文件鼻弧,會(huì)多了一項(xiàng):
[credential]
helper = store
git push時(shí)就不用再輸入用戶名和密碼