Notice
Recent Posts
Recent Comments
Link
나만의공간
#1 GitHub 초보편 본문
1. Git에 push를 하고자 할때 아래와 같은 오류가 발생하면 SSL인증을 false로 세팅 후 다시 시도한다.
오류메세지 : SSL certificate problem: self signed certificate in certificate chain
git config --global http.sslVerify false
'IT > Git' 카테고리의 다른 글
| GitHub SourceTree Personal Token 발급 방법 (0) | 2022.01.13 |
|---|---|
| Git 기초강좌 #1 (가입 & QuickStart Guide) (0) | 2022.01.07 |
| Git Flow란 무엇인가? (0) | 2021.12.21 |
| #4 Git 기초편 Branch (0) | 2017.02.15 |
| #2 Git 기초편 (0) | 2017.02.15 |
Comments
