1. 程式人生 > >Git 每次都要輸入使用者名稱和密碼的問題 免除帳號密碼驗證

Git 每次都要輸入使用者名稱和密碼的問題 免除帳號密碼驗證

安裝Vs Code 外掛
GitHub pull requests

備用方法

git config --global credential.helper store 
git config --global credential.helper 'cache --timeout=9999999999999999999999'

然後再次重新輸入使用者名稱和密碼就會被記住