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