Empty Git client's user name and password cache

  • Run the following command caches the user name and password:
git config --global credential.helper wincred
  • Clear out the cache in the git user name and password
git credential-manager uninstall

Guess you like

Origin www.cnblogs.com/abdusalam10/p/11959039.html