1:暫時(shí)性解決
git config --system --unset credential.helper
git config --global credential.helper store
然后在用終端git push 輸入帳號(hào)和新修改的密碼。
永久的歡迎留言謝謝。
1:暫時(shí)性解決
git config --system --unset credential.helper
git config --global credential.helper store
然后在用終端git push 輸入帳號(hào)和新修改的密碼。
永久的歡迎留言謝謝。