728x90
깃허브에 프로젝트를 올리다 오류가 발생했다!
내가 작성한 코드 :
git push origin master
오류:
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 '리포지토리 주소'
알아보니까 토큰의 문제였다.
나같은 경우는 토큰 기간이 만료되어 뜨는 문제였음!
그래서 Github 내에서 토큰을 발급받아 패스워드 대신에 토큰을 입력하면 끝!
참고 :
'GITHUB' 카테고리의 다른 글
[github] error: origin 리모트가 이미 있습니다. (0) | 2024.02.21 |
---|---|
[github] zsh: parse error near `\n' (0) | 2024.02.20 |