더북(TheBook)

새 저장소를 생성했다면 다음과 같이 실행해 보세요.

infoh@DESKTOP MINGW64 /e/gitstudy06 (hotfix)

$ git remote add origin https://github.com/jinygit/gitstudy06.git 원격 저장소 등록

 

infoh@DESKTOP MINGW64 /e/gitstudy06 (hotfix)

$ git remote -v 원격 저장소 목록

origin https://github.com/jinygit/gitstudy06.git (fetch)

origin https://github.com/jinygit/gitstudy06.git (push)

343414.png

자신의 URL 주소

Note

실습할 때 원격 저장소의 주소는 깃허브에서 생성한 자신의 저장소 주소를 입력해야 합니다. 책의 주소를 그대로 입력하거나 다른 사람의 저장소를 등록하면 권한이 없어 접속이 거부됩니다.