본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

VCS/git

github 소스트리 설치/연결하기

아래의 단계는 github 계정을 만든 이후에 진행한다.

 

 

소스트리 다운

https://www.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

 

 

install - 건너뛰기

 

 

 

깃 로그인정보입력 - 로그인(로그인창 디자인은 달리 보일 수도 있다.)

 

 

등록완료 - 다음

 

 

 

 

 

 

git 선택 - 다음

 

 

 

 

 

계정확인 및 입력

 

 

 

 

ssh 키알림 - 아니오

 

 

 

 

실행 - Remote - 계정추가

 

 

 

호스팅서비스 - github선택 - OAuth 토큰 새로고침 선택 

 

 

 

 

브라우저창이 열리며 아래와 같은 화면이 나온다, 스크롤을 내려 Authorize atlassian클릭

*만약 이과정에서 아래와 같은 화면이 뜨지않고 아래와 같은 오류가 발생한다면 아래 게시물을 확인한다.

Your account has been flagged.
You are marked as spam, and therefore cannot authorize a third party application

https://standout.tistory.com/741

 

github 계정인증오류: marked as spam, Your account has been flagged

You are marked as spam, and therefore cannot authorize a third party application. Your account has been flagged. 위 오류는 장기미접속으로 인한 계정 잠금상태라고 보면된다. 이 잠금상태로 진입한 순간, gitbash, sourcetree

standout.tistory.com

 

 

로그인 - 비밀번호로 로그인해도 ok

 

 

 

 

아래와 같이 완료되었다는 화면이 뜨면 동시에 소스트리에도 인증성공이 뜬다 - 확인

 

 

 

 

완료, 추가된 계정 확인

 

 

 

git 주소 인식시키기

소스트리 다운로드 파일위치 확인 - ~AppData\Local\SourceTree\app-3.4.14\tools\putty 경로로 이동 및 경로복사

 

 

 

git 주소 인식시키기

cmd - 복사한 경로로 이동 - plink.exe github.com 명령 - y - 닫기

plink.exe github.com

 

 

ssh 키 등록 - 도구 - ssh key 생성 또는 불러오기

 

 

 

putty - generate - save private key

 

 

 

깃 - 로그인 - 설정 - shhkeys - key 복붙 - 원하는 title 설정 - add shh key

https://github.com/settings/profile 

 

GitHub: Let’s build from here

GitHub is where over 100 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 fea...

github.com

 

 

 

 

 

도구 - 옵션 - 일반 - ssh키연결 - 확인

 

 

 

 

 

원하는 레퍼지토리 방문 - code - shh - 코드복사

 

 

 

 

소스트리 - clone - ssh 코드붙여넣기 - 경로설정 - 이름설정 - 클론

 

 

완료