








Successfully created project 'yuanfudao' on GitHub, but initial commit failed: *** Please tell me who you are. Run git config --global user.email "you@example.com" 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 'yanhaihang@bogon.(none)')
首先进入到你的项目目录
/Users/yanhaihang/PycharmProjects/yuanfudao
然后:不要加-global
git config user.name "github用户名"
git config user.email "github注册邮箱"
https://www.runoob.com/git/git-install-setup.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!