Posts πŸ› git clone μ—λŸ¬: certificate verification failed
Post
Cancel

πŸ› git clone μ—λŸ¬: certificate verification failed

μ—λŸ¬λ‘œκ·Έ

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λ₯Ό μΆ”κ°€ν•œλ‹€.
This post is licensed under CC BY 4.0 by the author.

:tent: 학원 200713-0717_TIL: μžλ°” 개발 ν™˜κ²½ μ„€μ •, jekyll λΈ”λ‘œκ·Έ 생성

πŸ› zsh μ„€μΉ˜ μ—λŸ¬: PAM Authentication failures

Loading comments from Disqus ...