不鸣则已

海阔凭鱼跃,天高任鸟飞!

首页 新随笔 联系 订阅 管理

 

1、下载Git

2、测试Git是否安装成功 

 

3、设置 本机 Git 标识,同时解决未设置标识产生的错误

Successfully created project 'demo' 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: unable to auto-detect email address (got 'TQ@DESKTOP-J7RBODR.(none)') during executing git git.exe -c core.quotepath=false -c log.showSignature=false commit -m "Initial commit" --

git config --global user.email "you@example.com"

git config --global user.name "Your Name"

4、设置 IDEA Git

 

5、设置 GitHub

 

 

6、分享到 GitHub

 

posted on 2017-11-14 23:20  唐群  阅读(1060)  评论(0编辑  收藏  举报