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的主要内容,如果未能解决你的问题,请参考以下文章