git password-free pull push

Execute the naming below, git will remember the username and password entered for the first time, and you will not need to enter them for subsequent git operations.

git config --global credential.helper store  

Guess you like

Origin blog.csdn.net/soralaro/article/details/116488018