Cute Happy Ghost
본문 바로가기
728x90
SMALL

etc/git17

git push충돌 오류 (rejected non-fast-forward) 해결방법 가끔 git push를 하려고 하면 non-fast-forward 오류 메시지가 나타날 때가 있다. 이 오류는 로컬 브랜치의 현재 상태가 원격 브랜치보다 뒤에 있거나, 로컬 브랜치가 원격 브랜치의 최신 상태를 기반으로 하지 않았을 때 발생함. 이는 다른 누군가가 이미 원격 브랜치에 새로운 커밋을 푸시했으며, 로컬 브랜치가 그 변경 사항을 포함하고 있지 않음을 의미한다.. push하기전에 무조건 pull을 받지만 push를 하고나서 non-fast-forward오류가 나게되면 fetch -> merge -> push로 진행하는데 아래 해결방법을 상세히 적어보겠다.. fetch 먼저 window -> show view -> others -> git repositories클릭하여 창을 띄워준다 프로젝트 -> .. 2024. 2. 7.
[SVN] Override and Update, Override and Commit 1) Override and Update: SVN 서버의 소스를 local source에 덮어버림 내꺼 커밋안하고 다른사람이 저번에 올려놨던걸로 덮음(보통 자주함...다른사람걸 지울 순 없자나...) 2) Override and commit: local source로 SVN 서버의 source를 덮어버림 전에 있던 파일 무시하고 내걸로 덮어버림 이건 협업때 말안하고 하면 욕먹을 짓,,, 소스날아가면 싸우니까 협의 후 하길,,, 2021. 11. 11.
github 404 error - this is not the web page you are looking for 내꺼로 보려고 링크를 들어갔는데 갑자기 이넘이 뜬것;; 이유가 뭔지 알아봤는데 알고보니 너무나 간단한; 내가 그냥 정리하면서 경로를 변경해서 그런것같다 이렇게 뜨는 애덜은 다시 경로를 지정해줘야하는것같다 자동으로좀 해주지 ... 2020. 12. 18.
깃에러:CRLF, LF (The file will have its original line endings in your working directory) git을 쓸 때마다 엔터누르기 두렵다 또 어떤 오류가 날지 ㅠ 어제도 사투를 벌였는데 오늘도 역시 또 뭔가 나를 당황스럽게했다 이클립스에서 commit한 뒤 vscode에서 목차등을 생성하기 위해 md파일을 올리려고 했더니 warning: LF will be replaced by CRLF in kh-web-2020/WebContent/lib/jquery-3.5.1.min.js. The file will have its original line endings in your working directory warning: LF will be replaced by CRLF in kh-web-20201202/WebContent/lib/jquery-3.5.1.min.js. The file will have its.. 2020. 12. 13.
github에서 fork된 repository삭제하기, 깃허브 포크삭제 GitHub에서 fork된 repository 삭제하기 fork된 repository 클릭 Settings 클릭 Danger Zone에서 "Delete this repository" 버튼 클릭 2020. 12. 9.
vscode랑 git연동 1. Create new respository 나는 Jspractice라는 repository를 만들어주겠다 2.로컬에 똑같은 이름(Jspractice)의 폴더생성 3.git bash로 Jspractice로 이동후 vscode실행 4. f1 누르고 git clone입력 5. 깃에 있는 내 url을 복사하기 저버튼을 누르면 카피가 됨 6.vscode에 복붙해줌 7.연결할 로컬저장소선택해줌 이름이 반드시 같아야함 8.이런창이 나오는데 open눌러줌 연동끝 2020. 12. 3.
git repository삭제 1. 삭제할 repository의 setting으로 들어감 2.맨밑으로 내리면 있는 DangerZone에서 Delete를 누름 3.누르면 이 창이 뜨는데 그대로 입력해준다 그럼 밑에 submit창이 활성화되는데 눌러주면 삭제완 깃은 삭제도 어려워 아주 2020. 12. 3.
깃명령어, 에러정리 velog.io/@noyo0123/git-명령어-정리-에러정리-znk1zz2k5e git 명령어 정리, 에러정리 후.. 맨날 볼때마다 찾아보는것이 지겹다. 정리를 좀 해서 ㅠ 사용해야지 브랜치 브랜치 삭제 삭제할 브랜치 명이 feature/login 으로 가정 --delete 부분은 -D로 치환할 수 있음. git add git add .를 했는데 velog.io 2020. 11. 18.
error: Committing is not possible because you have unmerged files. 깃 unmerged file삭제하기 어제 강제푸쉬를 했는데 또 unmerged files있다고 푸쉬가 안된다 차암내 어제는 됐는데 또 오늘은 왜 안돼!!!근데 맨날 강제푸쉬할 수는 없으니까 다시 찾아보기로했다 error: Committing 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. U 20201116/index.html 근데 얘네는 친절해서 힌트도 준다ㅋㅋㅋ git add/rm 을 하라네 그.. 2020. 11. 18.
! [rejected] main -> main (fetch first)error: failed to push some refs to 에러, 강제push명령어 warning: redirecting to https://github.com/Jenn-tech/Frontend/ To http://github.com/Jenn-tech/Frontend ! [rejected] main -> main (fetch first) error: failed to push some refs to 'http://github.com/Jenn-tech/Frontend' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may .. 2020. 11. 17.
728x90
LIST