首次使用git配置

一、官网下载git安装

二、在eclipse中配置git

一、配置git的  user.name 和  user.email  (Windows ——> preference ——> 输入git  ——> configuration  )

eclipse配置git

2、生成公钥私钥

可以直接在eclipse中生成

eclipse配置git

 生成的公钥私钥位置

eclipse配置git

3、在git上搜 SSH Keys t  添加 ssh2

将公钥记事本打开,复制公钥全部内容到git上

eclipse配置git

 4、重启eclipse,即可实现上传下载项目

相关文章:

  • 2022-01-08
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-08-11
  • 2021-05-10
  • 2021-09-04
猜你喜欢
  • 2021-06-06
  • 2021-10-31
  • 2021-07-15
  • 2021-12-02
  • 2021-10-19
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案