목록error 모음집 (10)
honey_pot
mlflow.exceptions.MlflowException: The configured tracking uri scheme: 'file' is invalid for use with the proxy mlflow-artifact scheme. The allowed tracking schemes are: {'http', 'https'} 해결방법 참고 https://github.com/mlflow/mlflow/issues/7819 [BUG] log_artifact fails when tracking uri scheme is 'file' · Issue #7819 · mlflow/mlflow Issues Policy acknowledgement I have read and agree to submit bug r..
### Organization 내에서 만든 repository 접근 권한 문제였기 때문에 개인 repo는 해당되는지 모름 오류 내용 $ remote: Permission to 어쩌구.git denied to 내 계정. $ fatal: unable to access '깃허브주소': The requested URL returned error: 403 해결 방법 gitpod에서 내 계정 누르고 설정 -> Integrations에서 Git Providers -> GitHub 에서 점 세개 Manage on github.com 클릭해서 작업중인 organization의 권한을 부여 Grant 클릭 이렇게 하고 gitpod 에 열어두었던 workspace 닫고 다시 들어가서 add commit push 했더니 해..
현재 저장소 주소 확인 git remote -v 저장소 주소 변경 git remote set-url origin 주소.git 변경된 저장소 주소 확인 git remote -v
.git이 있는 폴더 안에 있는 폴더에 또 .git이 있는 걸 못 보고 커밋하다가.. 결국 둘다 지우고 다시 커밋한 결과... github에 업로드 한 폴더에 화살표가 생겨서 파일이 열리지 않는 현상 발생 =>git.init 시 생성되는 파일이 이미 존재하기 때문이다. 캐시파일로 존재하는 것들을 삭제한다 git rm --cached . -rf
hyper terminal 설정파일을 변경하고 다시 실행했더니 아예 창이 안 뜨고 작업 관리자엔 8개씩 떠있는 그런 현상이 생겼다 3번 정도 지우고 다시 깔다가 구글링해서 답을 찾았다. https://github.com/vercel/hyper/issues/4317 Hyper Terminal Not Opening after installation Windows 10. · Issue #4317 · vercel/hyper Hey Guys I used to love The Hyper Terminal.. IT was working fine and i uninstalled it for some reasons.. Now I recently installed it and performed cleaned installa..
포트 번호 3000번을 사용중이라고 계속 오류가 나는 상황이다. 그 전 포트 종료를 못 해서 오류가 나는 듯하여 직접 포트를 죽이고 다시 실행했다. lsof -nP -iTCP:3000 | grep LISTEN kill {포트 번호}
잘되던 오라클께서 또 오류를 보여주신다. 검색해 보니 Oracle Listener가 실행 중이지 않아서 데이터베이스 접속이 안 되는 것. 서비스 및 응용 프로그램 - 서비스 에 들어가 OracleXETNSListener를 실행한다. 오류 원인이 데스크탑 user 명을 바꿔서 생긴 문제라고 분석한 글을 보았는데 https://velog.io/@qwerspace/%EC%98%A4%EB%9D%BC%ED%81%B4-%EC%97%90%EB%9F%AC-%EC%97%85%EC%B2%B4-%EC%BD%94%EB%93%9C-17002 오라클 오류 공부 (오류 : 업체 코드 17002) 오라클 오류를 통해 공부하기 velog.io 난 아무것도 안 바꿨는데 오류가 났다 ㅎㅎ
xmlns:context="http://www.springframework.org/schema/context" http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd"> 두 줄이 빠져있어서 오류 발생 bean configuration file을 만들때 선택을 잘못한듯 component-scan 요소 어노테이션이 선언된 클래스들을 classpath를 타고가 스캔 -> @annotation이 명시된 요소들을 스프링 빈으로 등록