You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

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

Server address

User registration

Limitations

  • Repositories can only be accessed via https ((warning) ssh access is NOT possible currently)

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 :

    FIX: https ssl error
    git config http.sslVerify false
    OR
    git config --global http.sslVerify false


Document written by chr@kasi.re.kr

관련 문서

There is no content with the specified labels




  • No labels