Command:
$ git clone https://192.168.100.100/dreamtails/Dreamtails_Project.git


Error Message:
fatal: unable to access 'https://192.168.100.100/dreamtails/Dreamtails_Project.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none


How to Resolve?

[For Git]

$ git config --global http.sslVerify false


[For Linux]

$ export GIT_SSL_NO_VERIFY=1


[For Windows]

$ set GIT_SSL_NO_VERIFY 1

 

arrow
arrow
    全站熱搜

    dreamtails 發表在 痞客邦 留言(0) 人氣()