Git客户端和eclipse插件

时间:2021-03-25 10:29:31
【文件属性】:

文件名称:Git客户端和eclipse插件

文件大小:39.02MB

文件格式:ZIP

更新时间:2021-03-25 10:29:31

git,eclipse

下载Git项目的步骤: 1.配置本地git的用户名和邮箱 git config --global user.name "CSDN id" git config --global user.email "CSDN passport中注册邮箱" 2.生成SSH密钥 $ cd ~/.ssh $ mkdir key_backup $ cp id_rsa* key_backup $ rm id_rsa* $ ssh-keygen -t rsa -C “您的邮箱地址” 3.csdn中添加该密钥 我的项目->设置->添加密钥 4.myeclipse添加该密钥 window->preferences->ssh2 5.myeclipse通过git导入项目


【文件预览】:
Git-2.6.2-64-bit.exe
org.eclipse.egit.repository-2.3.1.201302201838-r.zip

网友评论