일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Maven
- IntelliJ
- 스프링부트 #springboot #project #Intellij
- undefined
- springboot #controller #jsp
- Database
- Tomcat #SpringFramework
- sqldeveloper
- SpringInitializer
- install
- Web
- 웹개발
- 스프링부트
- restapi
- Developer
- development
- 환경변수
- 스프링시큐리티
- mssql
- SpringSecurity
- Oracle11g
- HATEOAS
- apache
- postman
- ojdbc
- RESTful
- mysql
- tcping
- springboot
- oracle
Archives
- Today
- Total
여백에 도장 찍기
git - ssl connection error 해결 본문
git clone 을 통해 remote repository 의 데이터를 내려받으려고 할때, 다음과 같은 에러가 발생하는 경우가 있다.
※ Error: fatal: unable to access 'remote repository url': SSL connect error
Solution:
[vagrant:root@localhost ~]# yum -y update nss curl
>> 다시 git clone 수행하면 정상 작동하는 것을 확인할 수 있다.
'VCS > Git ' 카테고리의 다른 글
[IntelliJ] GitHub에 Project 올리기 (0) | 2019.07.12 |
---|---|
Git Submodule (0) | 2019.03.06 |
Git SSL Connection (0) | 2019.01.21 |
Git - Private Token 이용하여 파일 전송 (0) | 2018.12.06 |
Git - Repository add & remove (0) | 2018.12.06 |
Comments