본문 바로가기

끄적 정리

GitHub access token 발행과 소스트리 연결하기

 

 이제 곧 Basic authentication 방식의 깃헙 인증이 종료될 것이라고 한다ㅏㅏ

 

때문에, 오늘은 소스트리에 깃헙 엑세스 토큰방식으로 로그인해두기로 했다ㅏㅏㅏ

그러려면 먼저,

깃헙에 로그인하고,

깃헙 링크 : https://github.com/ 

 

GitHub: Where the world builds software

GitHub is where over 65 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 token

-> note칸에 토큰설명 적어주기

-> scopes 선택 ( scopes는 추후에 변경가능 하니 편하게 눌러주자 )

-> 제일 아래에 발행버튼 누르기!

 

해주면 발행은 끝난다!

 

이후 소스트리에 들어가서 로그인하는건 아래 링크에 너무너무 잘 설명되어있으니 참고하쟈ㅑㅑㅑ

 

추천 링크 :

https://velog.io/@boms2/GitMac-Sourcetree%EC%97%90%EC%84%9C-Github-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0-Private-Repo-Organizations-%ED%8F%AC%ED%95%A8

 

[Git]Mac Sourcetree에서 Github 연동하기 (Private Repo, Organizations 포함)

Mac Sourcetree에서 Github 계정 연동하기 ✌️

velog.io