오류&에러
[GitHub]error: failed to push some refs to 에러 강제 push하는법
최근에 깃허브에 파일을 커밋하려던 도중 error: failed to push some refs to 라는 에러가 발생한적이 있습니다,,, 저 같은 경우에는 파일에 수정할 내용이 있어서 수정한후 다시 커밋을 하려고 했는데 에러가 발생하였습니다 error: failed to push some refs to 'XXX.git' 에러 메세지는 다음과 같습니다. 직역하면 오류 : 일부 참조를 'XXX.git'에 푸시하지 못했습니다 인데요. hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing h..
Github 잔디 안심어지는 현상 해결!
공부하면서 이렇게나 많은 커밋을 했는데... 잔디가 안심어진다.. 물론 잔디 때문에 커밋을 하는건 아니지만 뭐랄까... 잔디가 심어지면 자기만족이 든달까?? 잔디가 심어지지 않는 원인을 알아보려고한다! 우선 나는 깃허브계정이 2개가 있다. 하나는 구글계정으로 만든 깃허브, 하나는 네이버 계정으로 만든 깃허브인데 커밋 내역을 보니 왜인지는 모르겠는데 네이버 계정으로 커밋이 되고있다! 그래서 이메일이 잘 등록이 되어있는지 확인하려고한다. 우선 세팅으로 들어가준다! 그러면 Email을 보는곳이 있는데 이곳에 들어가서 내 이메일을 확인한다. (가릴필요 없으면서 뭔가 있는척하려고 가려놨다) git config --list 위의 명령을 사용하면 내 이메일을 알수있다. git config --global user.e..
error: failed to push some refs to 'https://github.com/......git'
신입 개발자로서 여러가지 어려움과 에러를 만나는게 당연한 지금... 기능하나를 완성하고 PR(Pull requests)를 올리다가 깃이 꼬여버렸다... 어찌어찌 커밋을 하고 푸쉬를 하려는데 다음과 같은 에러가 발생했다. 해당에러의 원인은 기존에 커밋했던 내역을 $git reset --soft 로 되돌렸는데 이 명령으로는 기존에 커밋했던 내역이 사라지지 않는다. 즉, 단순 push명령으로 기존의 커밋내역을 새로운 커밋으로 덮을수가 없는것이다. 이럴때는 $git push --force 명령을 사용해서 기존 내역을 덮어버리면 된다.
ORA-02292: integrity constraint
Error synchronizing data with database 이유: SQL Error [2292] [23000]: ORA-02292: integrity constraint (AI0102.SYS_C009690) violated - child record found 프로젝트 진행중에 계정을 DB에서 삭제하고 다시 만들려니까 이런 에러를 만났다. 테이블간 연결때문에 그런건데... 삭제하려는 계정으로 작성한 글이 존재했기 때문... 해당 글을 삭제하려니까 글(스터디)에 가입된 멤버가 있어서 또 그것도 안되는것... 결국에 타고타고 올라가서 처음부터 다 삭제를 해서 지워야 했다...
org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'swith.studyintroducemapper.studyIntroduceSelectOne'. It's likely that neither a Result Type nor a Result Map was specified.
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'swith.studyintroducemapper.studyIntroduceSelectOne'. It's likely that neither a Result Type nor a Result Map was specified. at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptio..
[org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
리액트에서 데이터를 넘겨받았더니 이런 에러가 발생했다. WARN : org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported] // 스터디별 List 출력 @RequestMapping(value = "calendarSelectStudy.do", method = RequestMethod.POST) @ResponseBody public List calendarSelec..
SQLSyntaxErrorException: ORA-00936: missing expression
컬럼명이 잘못되었을 경우 발생할수 있는 에러입니다. 테이블 생성할때의 컬럼명과 SELECT절의 컬럼명이 다르네요!
Error: Cannot find module 'webpack-cli/bin/config-yargs'
npm start를 실행했더니 이런 에러가 발생했습니다... > npm start > wordcloudtest@1.0.0 start C:\Project_Final\wordcloudTest > set NODE_ENV=development&&webpack-dev-server internal/modules/cjs/loader.js:883 throw err; ^ Error: Cannot find module 'webpack-cli/bin/config-yargs' Require stack: - C:\Project_Final\wordcloudTest\node_modules\webpack-dev-server\bin\webpack-dev-server.js at Function.Module._resolveFilename..
[Git]error: Merging is not possible because you have unmerged files.
error: Merging is not possible because you have unmerged files. hint: Fix them up in the work tree, and then use 'git add/rm ' hint: as appropriate to mark resolution and make a commit. fatal: Exiting because of an unresolved conflict. 아니.. 세상에... 프로젝트를 하다가 콜라보한 레포지토리에서 제 브렌치로 main을 pull받고나니까 충돌이 생기더군요... 어찌저찌 해결하고 merge를 하려는데 이런 에러가 또 뜨지 뭐에요!! 정말 진이 다빠지고 당황했지만 자세히 보니까 에러 메세지중에 git add/rm 이라는 부분..
[Git]error: Your local changes to the following files would be overwritten by checkout
최근에 데스크탑에서 작업하던것을 노트북에서 작업하기 위해 저장소를 새로 만들고 브랜치를 제가 사용하는 브랜치를바꾸려고 git checkout 명령을 치는데... 이런 에러가 발생했습니다... Please commit your changes or stash them before you switch branches. 자세히 보면 이런 문구가 있는데요. 지점을 전환하기 전에 변경 사항을 커밋하거나 숨기십시오. 번역기를 돌리면 이와 같습니다. commit하거나 stash를 하라는 의미인것같네요 그래서 git stash 명령을 입력해 보았습니다. stash를 입력하니까 해당 메세지가 나옵니다. 이제 다시 checkout 으로 브랜치를 옮겨볼까요?? 옮겨지네요!!