If you want to use git code repository service, follow the guide below.
Server address
User registration
...
제한 사항
- 현재 ssh 접근은 불가능하며, https 연결만 허용됩니다.
오류 해결
- in#register-pane (only @kasi.re.kr e-mail address is allowed)
Limitations
- ssh access (via custom port 7775) is restricted to the clients within KASI campus
Troubleshooting
If https access https로 접근할 때 (e.g., git push) 인증 오류가 나면 sslverify 옵션을 꺼주세요.fails due to SSL certificate errors, turn off sslVerify option with client's git config command as follows :
Code Block |
---|
language | bash |
---|
title | FIX: https ssl error 대처 |
---|
|
git config http.sslVerify false
또는OR
git config --global http.sslVerify false |
Info |
---|
Document written by chr@kasi.re.kr |
관련 문서
Content by Label |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | BIG |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "kb-how-to-article" and type = "page" and space = "BIG" |
---|
labels | kb-how-to-article |
---|
|
...