본문 바로가기

Error Today3

[CI/CD Maven] Central 501 HTTPS Required 에러 더보기 [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apach.. 2021. 10. 17.
[git/github 에러 해결법] warning: LF will be replaced by CRLF in 에러 발생 이유 리눅스 시스템에서 개발한 코드를 윈도우 환경으로 옮겨서 에러 발생 조금 찾아보니, new line/줄바꿈 문자열 차이가 있어서 나오는 경고문이라고함. 리눅스 시스템에서는 LF(Line Feed) / 윈도우는 CRLF(Carrige Return Line Feed) 으로 줄바꿈 방식이 다름. 자세한 내용은 다음에.. 에러 해결 방법 Windows git config --global core.autocrlf true Linux or Unix git config --global core.autocrlf true input 2021. 10. 12.
[error today] Windows에서 WSL2 설치 미완료 | 해결 1. 에러의 원인 윈도우 10 홈의 경우 WSL2 설치를 완료해줘야 하는데, 자동으로 설치가 안됬을 경우 발생한다. 2. 해결 방법 WSL2를 수동 설치해 주면 된다. (텍스트 링크 되어있음) 3. 참고 Installing Docker Desktop for Windows and WSL 2 In this post I show how to install Docker Desktop for Windows, including WSL 2, and explore the initial experience of running a container. andrewlock.net 2021. 9. 24.