****修改了git配置後,提交代碼顯示無權限git
查看 $ git config user.name
$ git config user.email
github
修改 $ git config --global user.name "username"
ide
`$ git config --global user.email "email"`
任意提交一次代碼,此時會提示輸入密碼idea
git命令符設置永久記住密碼code
git config --global credential.helper store
blog