一,临时解决办法

git clone --recursive 'https://github.com/valloric/youcompleteme.git

二,永久解决办法,未尝试

apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000