cd ~ 進入用戶目錄,而後建立 .git-credentials 文件,git
touch .git-credentialsgithub
vim .git-credentialsvim
輸入 拉取的帳號密碼。 示例:https://{username}:{password}@github.combash
進入git bash終端, 輸入以下命令:it
git config --global credential.helper store終端