오류

    [Mac 환경설정] git clone 로그인시 fatal: Autentication failed for 오류 해결하기 / 비밀번호 token 생성

    현상 git 저장소에 있는 코드를 라이트세일 서버로 옮기려는 도중 문제가 생겼다. git clone 명령어를 이용해 저장소를 복제하기위해 로그인 정보를 묻기에 내 계정정보를 입력했으나 아래 오류가 발생했다. 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. fatal: ..

    [티스토리] hELLO 스킨 오류 해결하기 / because its MIME type ('text/html') is not a supported stylesheet MIME type / Uncaught ReferenceError : lightbox is not defined

    구글링하다 이쁜 스킨이 있길래 찾아보니 hELLO 라는 스킨이었다. 맘에들어서 GIT에서 받은뒤 내 블로그에 적용했는데 오류들이 뜬다. 사실 기능상 문제는 없기 떄문에 그냥 써도 무방하나.. 나처럼 개발자도구 켰을때 더러운걸 참지 못하는 사람들은 아래 가이드대로 해결하면 된다. MIME type 에러 Refused to apply style from 'https://extsdd.tistory.com/421#' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. 위 에러는 개발자도구만으로 찾는게 쉽지 않았다. 오류 발생 행을 눌러보면 소스가 나오지않아 추적..

    [Maria DB] 스프링 원격 DB 접속 오류 / Cannot create PoolableConnectionFactory (Could not connect to address)

    문제 발생 오랫만에 서버 이전을 하고 DB 타겟을 바꾸고 서비스를 실행하는데 DB 연결이 안되는 문제가 나타났다. Cannot create PoolableConnectionFactory (Could not connect to address= (host=xxx.xxx.xxx.xxx)(port=3306)(type=master) : Connection refused: connect) 당시 로그는 위처럼 찍혔다. Could not get JDBC Connection 어쩌구..DB 커넥션을 맺은 JDBC 객체를 정상적으로 리턴받지 못한 모양이다. 왜지!? 전이랑 똑같이 했는데 왜 안돼! telnet 목적지IP 포트 회사에서 IF 서비스들을 많이 다뤄서 그런지 내 기계적으로 내 PC에서 텔넷부터 찍어봤다. 오잉....