목차
접기
728x90
반응형
github에서 private repository clone 하는 방법.
public repository clone 하기
git clone https://github.com/USER NAME/repository name.git
private repository clone 하기
git clone https://USER NAME:PW@github.com/repository name.git
private repository를 clone하기 위해서는 위와 같이 user name과 password를 입력해서 clone해야 한다.
728x90
반응형
LIST
'GIT, github, gitlab' 카테고리의 다른 글
[ GIT ] 원하는 특정 commit으로 작업하기 (0) | 2021.01.19 |
---|---|
git commit 내용 수정하는 방법. (0) | 2021.01.16 |
전체적으로 git을 사용하는 방법을 원숭이를 그려가며 잘 설명해놓은 사이트 (0) | 2020.12.25 |
Git - ( local / remote ) branch 사용법 정리 (0) | 2020.12.25 |
Git, Github 공부(드림코딩 by 엘리) 2편 (0) | 2020.12.13 |