AWS] github repository clone하기

·1 min read

ubuntu@ip-172-31-6-45:~$ git clone https://github.com/yigongyikong/courtalami.git

Cloning into 'courtalami'...

Username for 'https://github.com': yigongyikong

Password for 'https://yigongyikong@github.com': 

remote: Support for password authentication was removed on August 13, 2021.

remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.

fatal: Authentication failed for 'https://github.com/yigongyikong/courtalami.git/'

 

![image](/tech/devlog/1090-aws-github-repository-clone/Monosnap courtalami — ubuntu@ip-172-31-6-45: ~ — ssh -i courtalami.pem ubuntu@15.165.30.161 — 112×26 2024-02-12 17-13-44.png)

 

 

https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls

image

 

https://yian.tistory.com/38

 

Settings > Developer settings > Personal accesss tokens에서

token을 비번에 입력해서 clone 한다.