upgrade my repo git config --global user.name "111" git config --global user.email "111@111.com" git config --global credential.helper store git config --list git add . git commit -m "hello world" git push