close
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 |
全站熱搜
留言列表