반응형 git clone 오류1 git clone 오류(server certificate verification failed. CAfile: none CRLfile: none) 시 해결법 아래와 같이 git clone을 진행할 때, certificate verification fail이 발생한다. stack@sam-virtual-machine:~$ git clone https://git.openstack.org/openstack-dev/devstack Cloning into 'devstack'... fatal: unable to access 'https://git.openstack.org/openstack-dev/devstack/': server certificate verification failed. CAfile: none CRLfile: none 이때 아래와 같이 sslVerify를 disable 한다. stack@sam-virtual-machine:~$ git config --gl.. 2023. 2. 1. 이전 1 다음 반응형