기타
github 인증 오류 / password authentication was removed / 인증 토큰 발급
넫챠미K
2022. 1. 19. 10:20
Pushing to https://github.com/kyunglimkhang/laravel_personal.git
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/kyunglimkhang/laravel_personal.git/'
인증 토큰이 만료되어서 push 가 안 된다는 오류.
Creating a personal access token - GitHub Docs
Note: If you use GitHub CLI to authenticate to GitHub on the command line, you can skip generating a personal access token and authenticate via the web browser instead. For more information about authenticating with GitHub CLI, see gh auth login. Personal
docs.github.com