1:idea从git上拉取项目 (1)FILE --> New --> Project from Version Control --> Git (2):输入项目的Https SSH 的URL,并点击右侧的Test进行测试,测试成功后点击clone (3)clone成功后项目目录如下 2:提交更改或新增的文件至本地仓库 (1)我们在项目中更改或增加一个文件,此文件应该是红色的(意为可add). (2)将更改的文件add到内存区(红色的文件),add成功后文件应该变为绿色. (3)comm
1.本地生成密钥 [root@root ~] ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /