4-07 git clone 질문

안녕하세요
4-07 에서 원격 저장소의 파일 내려받기 을 할때

아래와 같은 에러가 뜹니다.

(mysite) ubuntu@pybomaster:~/projects$ git clone https://github.com/videoaudiodisco/pybo.git mysite
Cloning into 'mysite'...
Username for 'https://github.com': gyungyoonpark@gmail.com
Password for 'https://gyungyoonpark@gmail.com@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/videoaudiodisco/pybo.git/'

비밀번호를 입력하라고 뜨는데, 깃허브 아이디와 비밀번호를 제대로 입력해도 Authentication failed 라고 뜨네요
remote: Support for password authentication was removed on August 13, 2021.
라고도 뜨는데, 이것은 어떻게 해결해야 하죠?

nathanpark 426

2022년 8월 25일 4:23 오전

github의 인증방식이 2021년 8월에 변경되었습니다. 비밀번호 대신 깃허브에서 발급한 토큰을 사용하셔야 합니다. 자세한 내용은 인터넷 검색해 보시면 바로 알수 있습니다. 위키독스 문서도 곧 수정조치 하겠습니다. - 박응용님, M 2022년 8월 25일 9:02 오전 추천 , 대댓글
목록으로
1개의 답변이 있습니다. 1 / 1 Page

그럼
아이디에는 깃허브 아이디(이메일주소)
비밀번호에는 토큰 값을 복사? 해서 넣으면 되는건가요?

nathanpark

2022년 8월 25일 2:15 오후

- 박응용님, 2022년 8월 25일 4:18 오후 추천 , 대댓글