일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- Eclipse
- 명령어
- build
- HMI
- DataTables
- SCADA
- 맥코트
- Linux
- pythoncom37.dll
- STS
- geckodriver
- Custom
- 리눅스
- LOG
- JQuery
- 분노
- 파이썬
- ORA-28002
- 가상환경
- error
- Anaconda
- checkbox
- 말라키
- 원한
Archives
- Today
- Total
2010년 5월 1일, 2막
[git] SSL certificate problem 해결 본문
git push origin HEAD:master
를 실행했을 때
SSL certificate problem: self signed certificate in certificate chain
오류가 발생했다.
해결 :
git config --global http.sslVerify false
참조: https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate
How can I make git accept a self signed certificate?
Using Git, is there a way to tell it to accept a self signed certificate? I am using an https server to host a git server but for now the certificate is self signed. When I try to create the repo...
stackoverflow.com
'Computer > Tips' 카테고리의 다른 글
wsl 드라이버 이동 설치 (0) | 2022.08.02 |
---|---|
[git] clone 시 "no matching host key type found." 에러 발생 (0) | 2022.06.14 |
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing (0) | 2022.05.24 |
도커(Docker) 관련 정보 (0) | 2022.05.19 |
SQL Developer를 이용한 데이터베이스 복사 (0) | 2022.05.04 |