Skip to main content
Troubleshooting


Less than 1 minuteDevOpsConfluenceTroubleshootingdevopsconfluencetroubleshooting
Troubleshooting

💀Github으로 Push 오류

remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.

About 2 minGithubTroubleshootingtroubleshootinggitgit-clihttpcredentialsgit-credentialsbash
Troubleshooting

The pipeline is not starting

You have created the YML file with your pipeline but nothing happens. Now what?

First, check if you have named the pipeline exactly .gitlab-ci.yml and is located at the root of your project. This is not the same as gitlab-ci.yml , .gitlab-ci.yaml or anything else.


About 4 minGitlabTroubleshootingtroubleshootinggitgitlabgitlab-cigitlab-clishymlgitlab
Troubleshooting


Less than 1 minuteDevOpsJiraTroubleshootingdevopsjiratroubleshooting
Troubleshooting

Repository SSL not applied

사용한 Gradle 버전: 7.2

repositories {
    maven {
        url repo.ons
    }
}

Less than 1 minuteGradleTroubleshootinggradlegroovyideaintellij-ideaintellijinsecure-protocolshttps
Troubleshooting


Less than 1 minuteAndroidTroubleshootingjavaandroidtroubleshooting
Troubleshooting

💀ERR_UNSUPPORTED_DIR_IMPORT

npm run dev 실행 시 특정 모듈에서 발생

[ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '<프로젝트경로>\node_modules\vuepress-plugin-mermaid-next\lib\shared\theme' is not supported resolving ES modules imported from <프로젝트경로>\node_modules\vuepress-plugin-mermaid-next\lib\node\index.js
   ... [생략] ...

Less than 1 minuteNode.jsTroubleshootingjsnodenodejstroubleshootingpackage-jsondependencies
Troubleshooting

ssh 접속 오류


스크립트 실행오류

/bin/sh^M: bad interpreter: 그런 파일이나 디렉터리가 없습니다.

  • 😥유닉스 개행문자와 윈도우 개행문자가 섞여있을 경우 발생
  • 💊실행하려는 스크립트에 대하여 아래와 같이 실행


Less than 1 minuteShellTroubleshootingbashlinuxmacosterminalsed
Troubleshooting

feat. Bind Exception Address already in use

  • .
netsh int ipv4 set dynamicport tcp start=49152 num=16383
netsh int ipv4 set dynamicport udp start=49152 num=16383

net stop winnat
net start winnat

Less than 1 minuteIDEJetbrainsIntellij IdeaTroubleshootingidejavajdkjetbrainsintellijintellij-ideaandroid-studioproductivityprogrammingtroubleshooting
Troubleshooting


Less than 1 minuteIDEVisual StudioTroubleshootingidecsharpmicrosoftvisualstudiovisual-studioproductivityprogrammingtroubleshooting