git操作时报:
remote: username or password is wrong
尝试了网上说的git config --global
git config --global user.name “XX”
git config --global user.email “XX”
git config --global user.password"XX"后并没用
也修改或删除了win上控制面板–凭据管理器中的账号,依然无用
修改过程中操作git pull所谓的登陆小弹框一直没有出来,使用了git config --global --unset credential.helper,还是没有弹框。最后清理了缓存git credential-manager uninstall,再次操作git pull 终于出来登陆的小弹框了,重新登陆,oj8k