Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to use git code repository service, follow the guide below.

Server address

User registration

Limitations

  • Git repositories can only be accessed via https ((warning) ssh access is NOT allowed currently)(via custom port 7775) is restricted to the clients within KASI campus

Troubleshooting

  • If https access (e.g., git push) fails due to SSL certificate errors, turn off sslVerify option with client's git config command as follows :

    Code Block
    languagebash
    titleFIX: 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
showLabelsfalse
max5
spacesBIG
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BIG"
labelskb-how-to-article

...