Maybe it was when I performed an operation before. It is set to execute a certain command by default when pushing, as shown below:
How to clear this default command? When I use push, I just execute push
push
Find the .gitconfig file and delete the content under [credential] in the file
.gitconfig
Look here, look here
Try this
git config --global credential.helper store
Find the
.gitconfig
file and delete the content under [credential] in the fileLook here, look here
Try this
git config --global credential.helper store