git clone返回错误gnutls_handshake() failed: Handshake failed

需要重新编译git with OPENSSL
https://blog.csdn.net/weixin_41973774/article/details/123161978
如果出现此问题,需要加上gcc编译开关
git-compat-util.h:14:2:error “Required C99 support is in a test phase,please see git-compat-util.h” for more detail
./configure CFLAGS=-std=gnu99

Categories:   IT

Comments