方法一
當你配置好git後,在c:\documents and settings\administrator\ 目錄下有乙個 .gitconfig 的檔案,裡面會有你先前配好的name 和email,只需在下面加一行
[credential]
helper = store
下次再輸入使用者名稱 和密碼 時,git就會記住,從而在c:\documents and settings\administrator\ 目錄下形成乙個 .git-credentials 檔案,裡面就是儲存的你的使用者名稱和密碼(注意是明文儲存!!!)。
tortoiseGIT儲存使用者名稱密碼
雖然git可以使用ssh來免去輸入使用者名稱密碼的麻煩,但是更多的人我相信還是比較喜歡使用tortoisegit。使用http模式的 庫可以通過儲存使用者名稱密碼的方式來免去重複輸入的麻煩。首先安裝git的時候需要選擇加入環境變數 很多人說選擇第三個,其實第二個也可以,因為第三個需要替換系統檔案,我...
TortoiseGit儲存使用者名稱和密碼的方法
tortoisegit在提交或者pull時總會提示你輸入使用者名稱密碼,非常麻煩,那如何解決呢?1.對於tortoisegit 1.8.1.2及其後的版本,右鍵選擇settings git credential,裡面有wincred this repository only,wincred curr...
TortoiseGit儲存使用者名稱和密碼的方法
tortoisegit在提交或者pull時總會提示你輸入使用者名稱密碼,非常麻煩,那如何解決呢?1.對於tortoisegit 1.8.1.2及其後的版本,右鍵選擇settings git credential,裡面有wincred this repository only,wincred curr...