Versions Compared

Key

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

사용자 등록

제한 사항

  • 현재 ssh 접근은 불가능하며, https 연결만 허용됩니다.

...

문제 해결

  • https로 접근할 때 (e.g., git push) 인증 오류가 나면 sslverify 옵션을 꺼주세요.

    Code Block
    languagebash
    titlehttps ssl error 대처
    git config http.sslVerify false
    또는
    git config --global http.sslVerify false



Info

관련 문서

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

...