μλ¬λ‘κ·Έ
https νλ‘ν μ½μ μ¬μ©ν΄ git cloneμ νλ μ€ λ€μκ³Ό κ°μ μΈμ¦μ μλ¬κ° λ°μνλ€.
1
2
3
4
$ git clone https://github.com/{username}/{reponame}.git
Cloning into '{reponame}'
fatal: unable to access 'https://github.com/{username}/{reponame}.git' server
certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile:none
λ°©λ²
μ΄λ¬ν κ²½μ° SSL Verify μ΅μ μ Off ν΄μ£Όλ©΄ λ€μ clone νμμ λ μ λ€μ΄λ°μμ§λ€.
1
git config --global http.sslVerify false
- gitμ ssl verify μ΅μ μ λλ€.
--global
: μ£Όμ΄ μ μμ μΌλ‘ μ€μ νλ€.http
μΉμ μ sslVerify = falseλ₯Ό μΆκ°νλ€.