2021년 8월 13일부로 비밀번호로 Github을 사용할 수 없다. 별도의 개인 접속 토큰을 사용해야한다.
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/your-repo.git': The requested URL returned error: 403
2중 인증을 사용하는 방법은 3가지가 있다.
- TOTP(Time-Based One-Time Password) 모바일 앱 사용
- 문자 메시지로 인증 메시지 받기
- 보안 키 사용
첫번째 TOTP 앱을 사용해 이중 로그인을 활성화 하는 방법이다.
- 앱스토어에서 TOTP 앱 다운로드
- 페이지의 오른쪽 상단에서 프로필 사진을 클릭한 다음 Setting을 클릭
- 왼쪽 사이드 바에서 Account security 클릭
- Enable Two-factor authentication 버튼 클릭
- Authenticator app 클릭
- Authentication verification에서 TOTP 앱을 실행하고 QR을 스캔한다
- 복구 코드를 다운로드 한다. 액세스 할 수 없는 경우 계정에 다시 로그인하는데 곡 필요하니 이메일로 보내두던 안전하게 보관한다.
- 완료!! 목록에 Github 계정이 추가된것을 확인할 수 있다.
반응형
'Work > Tools' 카테고리의 다른 글
[Agile] 애자일 기원 및 종류 소개 (0) | 2021.09.01 |
---|---|
[Agile] 애자일 선언문과 12개 원칙 (0) | 2021.08.25 |
[IntelliJ] 필수 단축키와 도움이 되는 단축키 (0) | 2021.06.29 |
[IntelliJ] Tip of the day (0) | 2021.06.15 |
[VScode] 열린 파일 탭이 하나만 보일 때, 여러개 보이게 하기 (1) | 2021.06.09 |