일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 엘라스틱서치
- ElasticSearch
- Stash
- 리눅스
- 자바
- orm
- mybatis
- slave node
- 스프링
- Git
- 아파치
- npm
- Gradle
- 트랜잭션
- Bitbucket
- DB
- Java
- JVM
- 시스템운영
- spring
- Apach
- springboot
- mysql
- 레드마인
- Elk
- sql
- 마이바티스
- SonarQube
- nodejs
- heap메모리
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 |