新用戶名
git config --global user.name "Sam Smith"
git config --global user.email sam@example.com
清除以前保存的密碼
git config --global --unset credential.helper
git config --system --unset credential.helper
配置項(xiàng)目新的 remote url
git remote set-url origin https://UserA@github.com/UserA/repoA.git
重新 pull
就會提示輸入新的密碼