git save username and password

Linux下:
git config --global credential.helper cache
Windows下:
git config --global credential.helper winstore
或者:
git config --global credential.helper wincred

Guess you like

Origin blog.csdn.net/geekooler/article/details/103113886