Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker mysql
- IntelliJ
- spring Annotation
- intelliJ plugin
- Python 기본편
- Vue
- gradle
- 애드센스 수익
- Spring Batch 강의
- 미국주식
- MYSQL
- python 기초
- Vue 배우기
- 미국 배당주
- Vue 강의
- docker
- 젠킨스
- 구글 애드센스 수익
- Spring
- python
- spring boot 시작
- JDK1.3
- Vue 알아보기
- 도커
- 티스토리 광고 수익
- AES256
- docker 명령어
- apache log4j
- scrapy
- Spring Batch
Archives
나만의공간
#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