액세스 토큰 생성 방법
- Settings > Developer settings > Personal access tokens 메뉴로 들어간다.
- Generate new token 버튼을 클릭한 후 필요에 따라 토큰을 생성한다.
- 생성된 토큰값을 안전한 곳에 복사한다.(생성 후 재확인 불가능)
Git의 Push 작업 수행 시 뜨는 Support for password authentication was removed ~ 해결 방법
Push 작업을 할 때마다 password 입력란에 토큰값을 입력하거나 Remote를 추가하면 된다.
$ git remote add <단축이름> https://<id>:<토큰값>@github.com/<username>/<repo>.git