解决Can’t finish GitHub sharing process Successfully created project ‘GitHubDemo’ on GitHub

Can't finish GitHub sharing process
        Successfully created project 'KeyWordsFrameWork' 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"
       

说的很清楚,由于是初次配置的环境,没有配置好相应的一些必须的信息就会出现这样的错误。大致意思是需要一个名称才能提交到github上面,解决办法如下。 
1. 在你安装Git的目录下找到git-cmd这个可执行文件 
2. 设置邮箱地址,之后设置用户名。

 

猜你喜欢

转载自www.cnblogs.com/xiaohuhu/p/9180902.html