mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
README 내용 업데이트
MATLAB 내 GIT 설정
This commit is contained in:
parent
600d5ccf70
commit
ff1d6294e0
12
README.md
12
README.md
@ -69,12 +69,22 @@ settings.json 파일에 다음 내용을 추가합니다.
|
||||
|
||||
# [Error] SSL certificate problem: self-signed certificate in certificate chain / SSL 검증 비활성화
|
||||
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**
|
||||
```bash
|
||||
# 클론 리포지토리
|
||||
git clone https://github.com/Dev-KATECH/HyperSafe_4.git
|
||||
git clone https://github.com/Dev-KATECH/ADM.git
|
||||
|
||||
# 디렉토리로 이동
|
||||
cd your-repository
|
||||
|
||||
Loading…
Reference in New Issue
Block a user