Brew를 사용하여 패키지를 설치하려고 하는데 Github에 SSH 키를 추가했는데도 Github 사용자 이름과 비밀번호를 요구하고 연결을 인증할 수 없습니다. 이 문제를 해결하는 방법을 제안해 주실 수 있나요? 터미널의 응답은 다음과 같습니다.
fam007e@DarkKnightz:~$ brew tap owasp-amss/amass
Running `brew update --auto-update`...
==> Tapping owasp-amss/amass
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/owasp-amss/homebrew-amass'...
Username for 'https://github.com': fam007e
Password for 'https://[email protected]':
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/owasp-amss/homebrew-amass/'
Error: Failure while executing; `git clone https://github.com/owasp-amss/homebrew-amass /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/owasp-amss/homebrew-amass --origin=origin --template= --config core.fsmonitor=false` exited with 128.
fam007e@DarkKnightz:~$ ssh -T [email protected]
Hi fam007e! You've successfully authenticated, but GitHub does not provide shell access.
답변1
이 저장소는 공개적으로 액세스할 수 없습니다. 비공개 액세스로 로그인한 경우:
오류 메시지에 제공된 링크를 읽어보세요. 수행해야 할 작업(예: 로그인하여 액세스 토큰을 가져와 git에서 사용)이 설명되어 있습니다.