1. 程式人生 > >git儲存使用者名稱與密碼

git儲存使用者名稱與密碼

linux

永久儲存

git config --global credential.helper cache

指定儲存時間

git config --global credential.helper "cache --timeout=3600"

windows

git config --global credential.helper winstore

或者修改配置檔案加入下面的程式碼

[credential]
    helper = winstore