gitbash避免每次push都輸入密碼

gitbash每次提交都要輸密碼真有點頭疼,所以就: 1 創建驗證文件:touch  .git-credentials(windows) 2 編輯驗證文件:vim  .git-credentials   文件內容:https://{github_username}:{passwd}@github.com 3  wq 保存 4  設置爲全局配置:git  config  --global crede
相關文章
相關標籤/搜索