Git

깃 토큰 인증 Git personal access token

위한1214 2022. 9. 1. 15:56

 

깃 인증 방식에는 두가지가 있다.

  1. ssh 인증
  2. token토큰 인증

토큰 인증 방법에 대해 알아보자.

 

 

깃헙 링크

https://github.com/

 

GitHub: Where the world builds software

GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

 

깃허브에 로그인한 후, 우층 상단의 프로필을 클릭한다.

프로필 메뉴에서 Settings를 클릭한다.

 

 

좌측 메뉴에서 Developer settings를 클릭한다.

 

 

좌측 메뉴에서 Personal access tokens를 클릭한다.

우측 상단의 Generate new token을 클릭한다.

 

 

Note, 무엇을 위한 토큰인지 입력한다.

Expiration 만료 기한을 입력한다.

Select scopes 권한을 설정한다.

잘 모르겠으면 전부 체크한다.

 

Generate token을 클릭하면 토큰이 생성된다.

 

 

토큰 생성 완료

 

 

복사 버튼으로 복사해 사용한다.

 

 

 

이하는 참고 글

https://amkorousagi-money.tistory.com/entry/Git-personal-access-token

 

깃 토큰 인증(Git personal access token)

에러 내용 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-authenticati..

amkorousagi-money.tistory.com