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