Can’t finish GitHub sharing process
Successfully created project ‘GitDemo’ 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. fatal: empty ident name (for (null)>) not allowed during executing git -c core.quotepath=false commit -m “Initial commit” –
【完美解决系列】Can't finish GitHub sharing process
最新推荐文章于 2023-11-08 14:07:02 发布
本文介绍了在GitHub上创建项目后遇到初次提交失败的问题及解决办法。主要原因是未设置git的用户信息,包括邮箱和用户名。通过运行特定命令可以轻松解决此问题。

159

被折叠的 条评论
为什么被折叠?



