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

最新文章

  1. SQL Server中的锁
  2. Cnblogs支持Latex及测试
  3. 【转】java NIO 相关知识
  4. Windows Phone App的dump文件实例分析-Stack Overflow
  5. 函数改变全局变量-JS
  6. zepto源码--init--学习笔记
  7. 为iOS7重新设计你的App
  8. HDU 3487 Splay
  9. WPF中的一些常用类型转换
  10. Effective C++ 总结(一)
  11. Ubuntu下OpenVPN客户端配置教程
  12. 翻译 | 使用A-Frame打造WebVR版《我的世界》
  13. 用EF的三种方式(SqlServer数据库和Oracle数据库)
  14. Jenkins持续集成实践之java项目自动化部署
  15. 2018-2019-2 网络对抗技术 20165225 Exp3 免杀原理与实践
  16. linux下怎么判断网卡速率?
  17. Linux环境sftp配置
  18. linu下未编译的mysql安装包
  19. ST表与树状数组
  20. 配置go语言编辑环境 - goland

热门文章

  1. 让使用SQLite的.NET应用自适应32位/64位系统
  2. FastAdmin 生产环境升级注意
  3. 寻找“最好”(4)——不等约束和KKT条件
  4. Spring技术内幕总结 - AOP概述
  5. centos7 pptp 安装
  6. python string/list转换
  7. c#根据手机号查归属地
  8. LDO与DC-DC
  9. 第一个Django项目
  10. WPF Demo13 GridSplitter