| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- JVM
- 레드마인
- 아파치
- spring
- 엘라스틱서치
- 트랜잭션
- Stash
- Elk
- SonarQube
- Git
- DB
- ElasticSearch
- 자바
- mybatis
- Apach
- npm
- springboot
- 마이바티스
- Gradle
- heap메모리
- 시스템운영
- nodejs
- 리눅스
- sql
- 스프링
- Bitbucket
- orm
- slave node
- mysql
- Java
Archives
- Today
- Total
프로그래머호이잇
git push 시 ssl 에러 발생 할떄 본문
fatal: unable to access 'https://아이디@주소/bitbucket_vm/scm/tes/test1.git/': SSL: no alternative certificate subject name matches target host name '주소'
요런 에러 발생..
이떄는 요코드 실행하면됨
git config --global http.sslVerify false
ssl 무시함!!!
'git' 카테고리의 다른 글
| git error: RPC failed; curl 18 transfer closed with outstanding read data remainin (0) | 2017.10.11 |
|---|---|
| git 높은버전(2.4.12) 소스 설치 방법 (0) | 2017.09.18 |
| git Repository 생성 방법 및 clone 방법 (0) | 2017.08.29 |