git clone 방법
절차
1. GitHub에서 리포지토리의 메인 페이지에 액세스
2. Code 버튼을 클릭
![](https://s1.md5.ltd/image/420026690de17f794d69a2c19e25c68b.png)
3. URL 복사
![](https://s1.md5.ltd/image/c2ff27c4c4c536571b944768aa3101c2.png)
4. 터미널 열기
5. 현재 작업 디렉토리를 디렉토리를 복제하려는 위치로 변경
6. git clone을 입력하여 이전 단계에서 복사한 URL을 붙여넣습니다.
예)
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
7. Enter를 눌러 로컬 클론 만들기
예)
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
참고 기사
Reference
이 문제에 관하여(git clone 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/maedatakumi/items/2683da7286d3d9b242eb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)