개발
3. Sourcetree 설정 및 계정 설정
큐베피15
2022. 7. 6. 21:29
728x90
1. 소스트리 다운로드
Sourcetree | Free Git GUI for Mac and Windows
A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.
www.sourcetreeapp.com
1) Download free 선택
2) 건너뛰기
3) Merurial 해제
4) 입력 후 다음(중요하지 X)
5) SSH 아니오
6) Clone
7) 저장소 입력 후 클론(다른 이름으로 저장해봄)
8) 인증 확인 가능
인증 방법 1 - OAuth
1) 추가
2) 호스팅 서비스 : GitHub 입력
3) OAuth 토큰 새로고침 선택
4) Authorize atlassian 선택
5) 인증 성공 확인
인증 방법 2 - Basic
ex) 동일 계정으로는 안됨.
* 다른 github push하는 방법(다른 계정)
1) git config credential.username "ytlee9110042@gmail.com"
2) Token 입력
3) git push
728x90
반응형