728x90 SMALL etc/git17 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. git 4단계 git pull 내려받고 git add . 추가하고 git commit -m "메시지" 누르고 git push 하면 끝 2020. 11. 9. visual studio code에서 저장소에 올리는법 ctrl+shifr+`누르면 터미널 뜸 git add . git commit -m "메시지" git push 해주면 됨 C:\Users\user1\Frontend>git remote -v origin https://github.com/Jenn-tech/Frontend (fetch) origin https://github.com/Jenn-tech/Frontend (push) C:\Users\user1\Frontend>git add . C:\Users\user1\Frontend>git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --staged ..." t.. 2020. 11. 9. 깃헙 계정이 이미 있을 때 제어판> 사용자 계정 > 자격 증멸 관리자 > Windows자격증명 여기서 편집하면 됨 2020. 10. 27. 깃설치 git-scm.com/download/winGit - Downloading PackageDownloading Git Now What? Now that you have downloaded Git, it's time to start using it.git-scm.com 2020. 10. 23. 이전 1 2 다음 728x90 LIST