4idea使用git

Posted lybpy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了4idea使用git相关的知识,希望对你有一定的参考价值。

1、安装

  Git-2.16.2-64-bit.exe

  家目录下生成公私密钥对

    打开git-bash.exe,并输入:ssh-keygen -t rsa -C "[email protected]"

  id_rsa.pub内容复制到github服务器

  验证:ssh [email protected]

2、idea集成git

技术分享图片

3、初始化idea中的本地项目到github上

技术分享图片

技术分享图片

如果出现如上问题:open terminal from bottom menu and type: git remote rm github

4、clone远程项目到本地

技术分享图片

技术分享图片

5、其他操作

技术分享图片

 

以上是关于4idea使用git的主要内容,如果未能解决你的问题,请参考以下文章

MAC 使用IDEA git插件 Plugin Git: git4idea 高CPU占用解决

GitIDEA Git Reset 选项说明

GitIDEA git分支回退指定的历史版本

gitidea /git bash命令 操作分支

IDEA一个强大的IDE视频教程,你不可以不懂

手动添加Ini4idea,解决pycharm无法打开ini文件