README 내용 업데이트

MATLAB 내 GIT 설정
This commit is contained in:
Jaemin 2024-08-07 02:11:04 +00:00
parent 600d5ccf70
commit ff1d6294e0

View File

@ -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