일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 공부블로그
- 자바기초
- inflearn http
- Spring
- java if
- 백엔드
- Java Spring
- java 기초
- 자바 스프링
- 인프런 http
- 코린이
- fastcampus
- til 2021
- 인프런 스프링
- 인프런
- java
- 스프링
- inflearn spring
- Today I Learned
- 자바
- 자바 기초
- 개발일기
- 기술블로그
- inflearn
- 공부기록
- java기초
- 개발자
- http
- Til
- 객체지향
- Today
- Total
목록쨈,ErrorLog (4)
코딩하는 쨈이

클론을 잘못해서 .git 디렉토리를 지우고 처음부터 다시하려고 rm -r .git 을 했더니 override를 하겠냐며 아래 사진과 같은 오류가 나왔다. Stackoverflow에 rm -rf /path 를 하라길래 .git이 들어있는 경로인 /Users/chloe/Desktop/SixSense 를 했지만 override를 하겠냐는 물음표 살인마는 죽지 않았다... 아묻따 지우라는 커맨드인데 대체 왜 안지워지냐고 혈압이 오르던중 terminate한 후 처음부터 그냥 rm -rf .git을 했더니 바로 지워졌다..! 내친김에 .DS_Store도 같이 깔끔하게 지워줌!

[오류내용] *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: ┌─────┐ | timeTraceAop defined in class path resource [hello/hellospring/SpringConfig.class] └─────┘ Disconnected from the target VM, address: '127.0.0.1:53977', transport: 'socket' Process finished with exit code 1..

[오류내용] *************************** APPLICATION FAILED TO START *************************** Description: The bean 'timeTraceAop', defined in class path resource [hello/hellospring/SpringConfig.class], could not be registered. A bean with that name has already been defined in file [/Users/chloe/Study/Spring/hello-spring/out/production/classes/hello/hellospring/aop/TimeTraceAop.class] and overridin..

기껏 배워놓은 깃을 다른 공부 진도나간다는 핑계로 커밋을 안하고 있었더니 다 까먹나보다. 사실 이미 다른 소스코드들을 커밋해놓은 상태였는데 커밋하기 전에 디렉토리를 옮긴다고 이것저것 만지다가 에러가 나서 고치지도 못하고 다 날렸다.....🥲 그래서 그냥 새로 코드를 짜고 새로 커밋하려고 해서 그런지 오류가 떴는데 계속 push를 하려고하면 git push --set-upstream origin master 을 치라고 나오고, 그래서 똑같이 치면 hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint:..