git clone 时
SSL: no alternative certificate subject name matches target host name 'XXXX'
解决办法: disable ssl verify
git config --global http.sslVerify false
git clone 时
SSL: no alternative certificate subject name matches target host name 'XXXX'
解决办法: disable ssl verify
git config --global http.sslVerify false