2 단계 인증을 사용하여 https를 통해 GitHub에서 Git 클론 최근에 GitHub에서 이중 인증을 사용하기 시작했으며 이제 일반적인 방식으로 비공개 저장소에서 https를 통해 git을 사용할 수 없습니다. peter@computer:~$ git clone https://github.com/[...]/MyPrivateRepo Cloning into 'MyPrivateRepo'... Username for 'https://github.com': [...] Password for 'https://[...]@github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/[...]..