본문 바로가기

error12

zsh: command not found: ls zsh: command not found: ls zsh: command not found: vi export PATH=%PATH:/bin:/usr/local/bin:/usr/bin 그리고 잘못 수정한 ~/.zshrc와 같은 파일에서 환경변수 설정을 올바르게 고쳐준 후, source ~/.zshrc 해주면 원상복귀된다! 2021. 4. 19.
[oh-my-zsh] Insecure completion-dependent directories detected [oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x 3 kakaobank admin 96 4 13 16:02 /usr/local/share/zsh drwxrwxr-x 4 kakaobank admin 128 4 13 16:41 /usr/local/share/zsh/site-functions $ chmod 755 /usr/local/share/zsh $ chmod 755 /usr/local/share/zsh/site-functions 2021. 4. 19.
[pip] 패키지 설치 시 SSH 에러 WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)'))': /simple/html-testrunner pip 설치 시 해당 오류가 발생할 수 있다 이 경우 옵션에 아래 문구를 넣어주면 된다. --trusted-host pypi.python.org --trusted-host .. 2021. 3. 12.
[Jenkins] Plugin Error There were errors checking the update sites: SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 젠킨스 관리 > 플러그인 관리 > 고급 탭 > https://updates.jenkins.io/update-center.json 를 http://updates.jenkins.io/update-center.json 로 변경해준다. 그래도 발생하면 updates.jenkins-ci.org/download/plugins/skip-c.. 2021. 2. 2.