본문 바로가기

개발

3. Sourcetree 설정 및 계정 설정

728x90

1. 소스트리 다운로드

https://sourcetreeapp.com/

 

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
반응형

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

5. git 프로젝트 가져오기  (0) 2022.07.06
4. 이클립스 프로젝트 > GitHub 올리기  (0) 2022.07.06
2. VS Code, GitHub 저장소 생성  (0) 2022.07.06
1. GitHub 가입, Token 생성  (0) 2022.07.06
한글 유니코드 변환기  (0) 2022.07.04