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 |
Tags
- Spring
- spring Annotation
- AES256
- scrapy
- python
- docker mysql
- IntelliJ
- 미국 배당주
- gradle
- apache log4j
- JDK1.3
- docker
- 구글 애드센스 수익
- Vue 강의
- 티스토리 광고 수익
- Python 기본편
- Spring Batch
- Vue 알아보기
- Vue 배우기
- 미국주식
- 애드센스 수익
- 도커
- spring boot 시작
- 젠킨스
- Spring Batch 강의
- MYSQL
- intelliJ plugin
- docker 명령어
- Vue
- python 기초
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