Git 設置免密碼推送 ,拉取代碼

cd ~    進入用戶目錄,而後建立 .git-credentials  文件,git

touch .git-credentialsgithub

vim .git-credentialsvim

輸入 拉取的帳號密碼。 示例:https://{username}:{password}@github.combash

 

進入git bash終端, 輸入以下命令:it

git config --global credential.helper store終端

相關文章
相關標籤/搜索