git clear cache-solve git add ssh-key after login-free does not take effect

git clear cache
clear git cache

git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper

Save git cache

git config --global credential.helper store

Guess you like

Origin blog.csdn.net/e891377/article/details/109280777