Windows For TortoiseGit記住用戶名密碼的方法(store保存模式 )

環境

序號 軟件名 下載地址
1 GIT https://git-scm.com/downloads
2 Tortoisegit https://tortoisegit.org/
  1. 進入個人電腦用戶目錄,以下圖: .gitconfig目錄
  2. 使用記事本打開.gitconfig文件,將內容修改成:
machine github.com  #git服務器名稱
login user          #git賬號
password pwd        #git密碼
  1. 在拉取一次,系統就保存下用戶名密碼啦。

參考資料

  1. GIT密碼設置博客: http://zww.me/tortoisegit-msysgit-remember-userid-and-pw.z-turn
  2. 完整的git及烏龜安裝過程: https://github.com/JiapengLi/GitTutorial
  3. GIT憑證說明: https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%87%AD%E8%AF%81%E5%AD%98%E5%82%A8
相關文章
相關標籤/搜索