1、配置git(这里要选择自己的安装路径噢)
4、选择版本控制工具Git(VCS-->Enable Version Control Integration)
Can’t finish GitHub sharing process Successfully created project ‘GitHubDemo’ 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 ) not allowed during executing git -c core.quotepath=false commit -m “Initial commit xxx” –
我的解决办法是,再次重复第5步上传
附上网上的结局办法:http://blog.csdn.net/baidu_17313961/article/details/52068846