[Troubleshooting] jenkins에서 git pull 사용시 발생하는 문제
🚫 현상 ... + git pull remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a ...
🚫 현상 ... + git pull remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a ...
🚫 현상 BERT로 예측을 생성할 때 다음과 같은 에러 발생 def predict_single_text(text): # 입력 텍스트를 토큰화 encodings = tokenizer(text, padding="max_length", truncation=True, max_length=64, return_t...
🚫 현상 ... dev-backend | connection.connect() dev-backend | ~~~~~~~~~~~~~~~~~~^^ dev-backend | File "/usr/local/lib/python3.13/site-packages/redis/connection.py", line 363, in connec...
🚫 현상 npm run build로 build 파일을 만들고 image를 만들었음에도 불구하고 mount한 local에 build 파일들이 나타나지 않았음 💡원인 기존에 이미지에 있는 파일들은 자동 반영 안됨 기존에 이미지에 있었던 build 파일들은 mount되어 있더라고 자동으로 반영되지 않는다....
🚫 현상 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "": dial unix /var/run/docker.sock: connect: permission denied 💡원인 .gitl...
🚫 현상 분명 conda activate 이후 가상환경 안에서 pip install을 통해 모듈을 설치했음에도 불구하고 not found module이 발생하는 경우가 있다. 💡원인 pip의 경로를 확인해보면 conda 환경의 경로가 아님을 확인할 수 있다. 이 때문에 global 환경에 설치가 되어 가상환경 ...
🚫 현상 처음부터 SSL 사용하는 conf로 nginx를 실행하려고 하니 안됨(당연한 것) /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking fo...
🚫 현상 docker container 상에서 npm install을 했을 때 의존성 충돌 문제 발생 > [frontend 4/5] RUN npm install: 11.95 npm error code ERESOLVE 11.95 npm error ERESOLVE unable to resolve dependenc...
🚫 현상 docker-compose로 react 프로젝트를 실행하려 할 때 아래와 같은 문제 발생 react_frontend | react_frontend | > app@1.0.0 start react_frontend | > react-scripts start ...
🚫 현상 pem키를 사용하여 ssh 접근 시 다음과 같이 에러가 발생 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@...