解决PyCharm上传代码至github报错
Successfully created project 'lj_mysite' on GitHub, but initial commit failed: *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. unable to auto-detect email address (got '[email protected](none)')
git config --global user.name "github用户名"
git config --global user.email "github注册邮箱"