出现这个报错时,是因为版本问题导致。

eclipse中git项目上传是出错

解决办法:

在eclipse中ini配置文件中加上             -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 

 

eclipse中git项目上传是出错

同时

打开eclipse中的windows-->Preferences-->Team-->Git-->Configuration-->User Settings.然后点Add Entry新建一个键值对,输入http.sslVerify=false。

eclipse中git项目上传是出错

相关文章:

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