mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
commit
2c5427661a
12
README.md
12
README.md
@ -69,12 +69,22 @@ settings.json 파일에 다음 내용을 추가합니다.
|
|||||||
|
|
||||||
# [Error] SSL certificate problem: self-signed certificate in certificate chain / SSL 검증 비활성화
|
# [Error] SSL certificate problem: self-signed certificate in certificate chain / SSL 검증 비활성화
|
||||||
git config --global http.sslVerify false
|
git config --global http.sslVerify false
|
||||||
|
|
||||||
|
#Matlab SSL 연결 설정
|
||||||
|
>> !git config --global http.sslVerify false
|
||||||
|
>>
|
||||||
|
>> setenv('GIT_SSL_NO_VERIFY', '1');
|
||||||
|
|
||||||
|
>> !git config --global user.name "user_name"
|
||||||
|
|
||||||
|
>> !git config --global user.email "user_email"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Project Steps**
|
- **Project Steps**
|
||||||
```bash
|
```bash
|
||||||
# 클론 리포지토리
|
# 클론 리포지토리
|
||||||
git clone https://github.com/Dev-KATECH/HyperSafe_4.git
|
git clone https://github.com/Dev-KATECH/ADM.git
|
||||||
|
|
||||||
# 디렉토리로 이동
|
# 디렉토리로 이동
|
||||||
cd your-repository
|
cd your-repository
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user