728x90 SMALL etc23 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. git_please tell me who you are 어제까지만 해도 잘됐는데 갑자기 안되는겨..! 알고보니 학원컴에는 등록해놓고 노트북에는 이메일이랑 이름등록을 안해서 그런것같다 Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'wotjd@DESKTOP-L1G47LE.(none).. 2020. 11. 11. gitignore 최상위에 .gitignore 만들어주고 node_modules/** **/node_modules **/package-lock.json 해주면 control탭에 최소화로 된다 2020. 11. 10. gitbash에서 visualstudiocode로 이동 git bash에서 user1@user1-PC MINGW64 ~ $ git clone https://github.com/Jenn-tech/Frontend Cloning into 'Frontend'... warning: You appear to have cloned an empty repository. user1@user1-PC MINGW64 ~ $ cd Frontend/ user1@user1-PC MINGW64 ~/Frontend (master) $ code . user1@user1-PC MINGW64 ~/Frontend (master) $ dㅇ깃클론 저장소복붙- 그 파일로 이동- code . $ ls | grep Frontend 했을 때 잘 나오면 잘된거 상위폴더로 이동 cd .. user1@user1.. 2020. 11. 10. nslookup에서 아무것도 안나올때(환경변수편집) cmd창에서 nslookup을 했는데 안나온다 근데 C:에서 nslookup을 찾으면 나온다 그러면 환경변수가 잘못된 것 환경변수-시스템환경변수편집으로들어가기 환경변수클릭 Path의 주소뒤에 C:\Windows\System32;를 붙혀준다 씨 ㅠ 이거 안되가지고 진짜 눈물이었다고.... 콜론안붙히기도 헀었고 ㅋㅋㅋㅋㅋ 2020. 11. 9. git 4단계 git pull 내려받고 git add . 추가하고 git commit -m "메시지" 누르고 git push 하면 끝 2020. 11. 9. 이전 1 2 3 다음 728x90 LIST