본문 바로가기

개발

1. GitHub 가입, Token 생성

728x90

1. 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

 

2. 회원가입

1) Sign Up
2) email, pw, name 입력 후 회원가입

3. Public profile 입력

1) Name 입력
2) Public email 입력
 - email settings 에서 "Keep my email addresses private" 선택 해제 시 선택 가능

 


4. Token 생성

1) Settings > 좌측 하단에 Developer settings 선택
2) Generate new token 선택

3) Note, Expiration(만료 날짜), Select scopes 선택
Note - Token Name
Expiration - 90 days
Select scopes - repo, workflow, gist, user(소스트리 로그인 시 에러날 수 있음), delete_repo 선택

 

4) Token 복사 (화면 나갈 시 볼 수 없음)

 

728x90
반응형

'개발' 카테고리의 다른 글

3. Sourcetree 설정 및 계정 설정  (0) 2022.07.06
2. VS Code, GitHub 저장소 생성  (0) 2022.07.06
한글 유니코드 변환기  (0) 2022.07.04
Swagger note  (0) 2022.06.30
PL/SQL tnsnames.ora ( ip, port 설정)  (0) 2022.06.20