GitHub Token생성하기 입니다.
1. GitHub 로그인
GitHub에 로그인을 합니다.
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를 클릭합니다.
Settings 화면을 아래로 내리면 왼쪽 메뉴 맨 아래에 "Developer Settings"가 보입니다.
"Developer settings"를 클릭합니다.
"Personal access tokens" 클릭합니다.
"Generate new token" 클릭합니다. 그럼 다음과 같이 "New personal access token" 화면이 나옵니다.
* note: token의 용도 기술
* Expiration: token의 유효 기간
* Select scopes: token으로 사용할 접근 권한
참고로 저는 다음과 같이 설정 했습니다.
필요한 사항들을 기술한 다음 맨 아래의 "Generate token"을 클릭합니다.
그럼 다음과 같이 token이 생성됩니다.
token을 복사한 다음 안전한 곳에 저장을 해 둡니다.
참조URL:
Creating a personal access token - GitHub Docs
Notes: If you use GitHub CLI to authenticate to GitHub on the command line, you can skip generating a personal access token and authenticate via the web browser instead. For more information about authenticating with GitHub CLI, see gh auth login. Git Cred
docs.github.com
'다시 개발자' 카테고리의 다른 글
GitHub Repository public <--> private 변경하는 방법 (0) | 2022.07.20 |
---|---|
No author information was supplied by the version control system. (0) | 2022.07.18 |
xcode에 GitHub 연동하기 (0) | 2022.07.18 |
Google Play 개발자 계정, 조직 계정으로 등록하기 (1) | 2022.07.14 |
Xcode에 apple watch simulator 추가 (0) | 2022.06.28 |
댓글