gnutls_handshake() failed: Illegal parameter

报错信息如下:

fatal: unable to access 'https://git.xxx.com/xxxx/xxxx.git/': gnutls_handshake() failed: Illegal parameter

背景及原因:

1、系统环境是Ubantu

2、最近变更git使proxy做负载

3、 openssl instead of gnutls(根本)

解决方法:

1、installed linuxbrew

2、set my paths

3、brew install git

4、git clone https://git.xxx.com/xxxx/xxxx.git 正常!

参考:

https://groups.google.com/forum/#!msg/git-users/vpt7yKKqOjc/knBpZKzMzsMJ

http://linuxbrew.sh/

相关文章:

  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-11-26
  • 2021-11-10
  • 2021-04-03
  • 2022-01-21
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2020-03-18
  • 2021-07-09
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案