配置部分:
1.https://git-scm.com/downloads 由于国内被墙下载超级慢
2.阿里的镜像 https://npm.taobao.org/mirrors/git-for-windows/
3.安装完git之后,打开Git Bash
输入:git config --global user.name “你的git名字”
git config --global user.email “你的邮箱”
ssh-****** -t rsa -b 4096 -C “你的邮箱”
执行着三步之后会在你的C盘下生成.gitconfig文件 这个文件会和eclipse关联起来 我是生成在C:\Users\Lenovo路径下
4.高版本的eclipse会带git插件 低版本的需要自己手动在eclipse带的marketplace上自行下载安装 并重启
5.在configuration中配置用户名和邮箱
从码云上剪代码
其他都是常规操作 我开始剪时报错啦 只需要加个配置如图
eclipse安装git1.添加Entry 输入上图的key value 完美解决

相关文章:

  • 2021-12-24
  • 2021-11-29
  • 2022-01-27
  • 2021-11-20
  • 2021-05-02
  • 2022-01-29
  • 2022-02-07
  • 2022-02-01
猜你喜欢
  • 2021-08-17
  • 2021-09-20
  • 2021-12-11
  • 2021-05-29
  • 2022-03-02
相关资源
相似解决方案