以保存的用户名密码删除,先找到变量存在的位置: git config -l To help track down the setting, I'd try to use: git config --local credential.helper git config --global credential.helper git config --system credential.helper The first one checks the local repo config, the sec