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