diff --git a/README.md b/README.md index ed76dc0f..68652970 100644 --- a/README.md +++ b/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