Ubuntu git clone命令报错
执行下面命令行:
git clone https://github.com/XXX
报错:
Cloning into 'XXX'...
fatal: unable to access 'https://github.com/XXX': gnutls_handshake() failed:The TLS connection was non-properly terminated.
解决办法: 将命令中的https改为git如下:
git clone git://github.com/XXX
若出现以下错误:
Cloning into 'XXX'