卸载掉自带的:

  yum remove git

安装:

  yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker

  接着

  https://github.com/git/git/blob/master/INSTALL

问题及解决方式:

[root@192 game_root_api]# git push -u origin master
fatal: unable to access 'https://github.com/xinweihao/xwhgame_rout.git/': Peer reports incompatible or unsupported protocol version.
[root@192 game_root_api]# yum update -y nss curl libcurl 

 

相关文章:

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