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 님 513
2022년 8월 25일 4:23 오전