git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags netfilx_skip srlee:srlee
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: unable to access 'https://github.com/devsurimlee/netfilx_skip.git/': The requested URL returned error: 403
Pushing to https://github.com/devsurimlee/netfilx_skip.git
오류가 나면서 완료됨.
https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/
In July 2020, we announced our intent to require the use of token-based authentication (for example, a personal access, OAuth, or GitHub App installation token) for all authenticated Git operations. Beginning August 13, 2021, we will no longer accept account passwords when authenticating Git operations on GitHub.com.
2020년 7월 , 우리는 인증된 모든 Git 작업에 대해 토큰 기반 인증(예: 개인 액세스, OAuth 또는 GitHub 앱 설치 토큰)을 사용하도록 요구하겠다고 발표했습니다. 2021년 8월 13일부터 GitHub.com에서 Git 작업을 인증할 때 더 이상 계정 암호를 허용하지 않습니다.
기존 URL: https://<git_url>.git
변경 URL: https://<username>:<token>@<git_url>.git
위의 형식으로 변경하면 정상적으로 작동한다.
gitHub 토큰 생성은 아래를 참고하면 됨.
참고글
'Git' 카테고리의 다른 글
[Github] 비공개 조직 탈퇴 후 잔디 유지하기 (0) | 2022.07.26 |
---|---|
[GIT] commit 수정하기 (--amend, rebase) (0) | 2022.04.05 |
[Git, SourceTree] rebase로 git 그래프 관리하기 (0) | 2021.11.19 |
[gitHub/eclipse] commit을 해도 contributions 체크가 되지 않는 문제 (0) | 2019.09.28 |
깃허브 에서 가져온 프로젝트 에러 (apache tomcat 버전, jstl, build path) (0) | 2019.09.24 |