일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- GIT
- docker
- GraphQL
- testing
- TypeScript
- ...$$restProps
- 도커
- githook
- IAC
- :=
- onDestory
- 도커컨테이너
- svelte
- golang
- PostgreSQL
- go
- nestjs
- 인라인핸들러
- 번역
- smui
- reactjs
- mock
- Svelte LifeCycle
- Terraform
- react
- cron
- bitwiseNot
- JavaScript
- docker-network
- apiTest
Archives
- Today
- Total
Den`s blog
Git오류 -> remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 본문
Git
Git오류 -> remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
shinYeongHyeon 2021. 8. 14. 22:47반응형
오늘 GitHub 푸쉬를 하려고 하는데, 아래와 같이 오류가 뜬다
MacOS 기준으로 해결방법에 대해 알아보자
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.
위 오류 해결 방법에 대해서 알아보자.
일다 내용은 비밀번호 대신 Personal Access Token 을 쓰라는 것이다.
일단 Personal Access Token 을 만들자.
1. Personal Access Token 생성
Github 사이트에서 계정 클릭 후 Developer Settings 를 찾는다.
Developer Settings > Personal access tokens 에서 새로운 토큰을 생성하고 권한은, 모르겠으면 전부 다 하면 된다.
2. 변경하기
커맨드 스페이스를 누르고, 키체인접근에 접근하자
여기서 github 을 검색후 더블 클릭 해준다.
그 다음 보이는 곳에서 암호보기를 클릭 후 기존 암호 입력한다음에, 발급받은 토큰으로 변경해주면 끝 !
728x90
반응형
'Git' 카테고리의 다른 글
githook 실행 오류 (not set as executable) (0) | 2022.05.20 |
---|---|
Git Fork 해서 작업해보기 (0) | 2021.08.10 |
Git 에 잘못올린 .idea 파일 등 지우기 (0) | 2021.08.06 |
xcrun: error: invalid active developer path 에러해결 (0) | 2021.02.07 |
저장소 Language 변경하기 (0) | 2021.01.31 |
Comments