이클립스 깃헙 파일 올리는 방법1 [이클립스] 깃허브(GitHub) 업로드 방법 1. 업로드할 폴더로 이동 → (예) C 드라이브 - 워크스페이스(Whakgo) - Test 프로젝트를 업로드한다면... C:\Whakgo\Test까지 이동 2. 오른쪽 마우스 Git Bash Here 클릭 3. git config --global user.name "본인 이름" → (예) git config --global user.name "whakgo" 4. git config --global user.email "본인 깃헙 이메일 계정" → (예) git config --global user.email "○○@daum.net" 5. git init 입력 → 숨김 폴더 .git 생성된 것 확인할 수 있음 6. git remote add origin 깃저장소Code → (예) git remote ad.. 2022. 4. 9. 이전 1 다음 728x90 반응형