git clone https://USER NAME:PW@github.com/repository name.git
패스워드는 Personal acces token을 발행하고 그걸 써야된다.
발행은 Settings -> Developer settings -> Personal access tokens 에서 할 수 있다.
repo 관련 작업만 하기 때문에, 필요한 항목들을 체크하고 Generate token을 하면끝.
정상적으로 클론이 된다!