개발(Web)/VCS

[Git/GitHub] 깃 설치 및 깃허브 회원가입

shinyelee 2020. 7. 21. 22:09

깃허브(GitHub) 회원가입

회원가입 절차는 이 영상을 참고하면 됨

영상을 따라 회원가입 완료


깃 원격저장소(git remote repository) 만들기

이 영상을 참고해 레포지토리를 만듦

왼쪽 상단 Create repository
Repository name 설정 → Public 체크 → Create repository
레포가 만들어짐


깃(Git) 설치

 

Git - Downloads

Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific

git-scm.com

운영체제 선택
클릭한 순간 페이지가 이동함과 동시에 파일이 자동으로 다운로드 됨
파일을 실행한 후 계속 Next만 클릭하면 됨
Next
Next
Next
Next
Thank you, next (next)
Thank you, next (next)
Thank you, next
I'm so I'm so grateful for my ex~
이제 진짜
거의 다 왔다
Install을 클릭하면 드디어 설치 시작
설치중
View Release Notes의 체크박스를 해제한 후 Next를 클릭하면 진짜_최종_끝


깃 명령어(git command) 테스트

cmd창 켜고
git이라고 입력하면 명령어 목록이 뜸
git 버전을 확인한 후(git config --global은 실수로 엔터 친 거임),
환경설정해줌. 모자이크 친 부분은 깃허브 이메일임
Git-Tutorial의 주소를 복사한 후,
다시 명령 프롬프트로 돌아와 명령어 입력 후 붙여넣으면 됨
Git-Tutorial 폴더가 생김. 하나의 깃 프로젝트를 클론한 것임


오류 발생

Git-Tutorial 폴더에 임의의 텍스트파일을 만듦
문제 발생 → 아래 게시글에서 해결

 

깃 에러(Git error) fatal: pathspec '파일명.확장자명' did not match any files.

Ⅰ. fatal: pathspec '파일명.확장자명' did not match any files. * 임의의 텍스트파일을 만든 후 프로젝트로 추가하려고 했다. https://www.youtube.com/watch?v=rhP5pseOJc0&list=PLRx0vPvlEmdD5FLIdwT..

shinye0213.tistory.com

 

깃 에러(Git error) error: failed to push some refs to 'https://github.com/이름/레포지토리.git

깃 에러(Git error) fatal: pathspec '파일명.확장자명' did not match any files. Ⅰ. fatal: pathspec '파일명.확장자명' did not match any files. * 임의의 텍스트파일을 만든 후 프로젝트로 추가하려..

shinye0213.tistory.com

 

깃허브(GitHub) 시작하기

Ⅰ. 레포지토리(Repository) 만들기 Ⅱ. 깃허브와 이클립스(Eclipse) 연동하기 Ⅲ. 커밋(Commit), 푸시(Push)하기

shinye0213.tistory.com

반응형