一、解決:每次都需要輸入賬號密碼 git config --global credential.helper store 二、後期git密碼更改後,重置密碼操作 git config --system --unset credential.helper ...
一、解決:每次都需要輸入賬號密碼
git config --global credential.helper store
二、後期git密碼更改後,重置密碼操作
git config --system --unset credential.helper