private repository clone 하는 방법

JooKit 주킷 2021. 1. 6. 21:36
목차 접기
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