博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git安装以及与idea整合
阅读量:3982 次
发布时间:2019-05-24

本文共 373 字,大约阅读时间需要 1 分钟。

git安装以及与idea整合

1. 安装及配置git

官网地址:https://git-scm.com/download/win

安装完成后配置git:

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

2. IDEA中设置

  1. 在File >>> Setting >>> Version Control >>> Git >>> Path to Git executable选择git安装目录下的git.exe文件,然后点击Test,测试是否设置成功。
  2. 在File >>> Setting >>> Version Control >>> GitHub 添加自己的GitHub账号。

3. git的使用

参考本人git使用教程:

转载地址:http://qhsui.baihongyu.com/

你可能感兴趣的文章
Android之TelephonyManager类的方法详解
查看>>
Android 获取屏幕的分辨率
查看>>
android raw读取超过1M文件的方法
查看>>
ubuntu下SVN服务器安装配置
查看>>
MPMoviePlayerViewController和MPMoviePlayerController的使用
查看>>
CocoaPods实践之制作篇
查看>>
[Mac]Mac 操作系统 常见技巧
查看>>
苹果Swift编程语言入门教程【中文版】
查看>>
[转载]CSDN精选iPhone开发博客
查看>>
捕鱼忍者(ninja fishing)之游戏指南+游戏攻略+游戏体验
查看>>
iphone开发基础之objective-c学习
查看>>
iphone开发之SDK研究(待续)
查看>>
计算机网络复习要点
查看>>
Variable property attributes or Modifiers in iOS
查看>>
UIApplication 簡單筆記
查看>>
NSNotificationCenter用法总结
查看>>
NSNotificationCenter 用法总结
查看>>
C primer plus 基础总结(一)
查看>>
微服务相关问题(一)
查看>>
跳跃游戏 Jump Game 分析与整理
查看>>