sourcetree 4

image

[Sirion] SourceTree Clone 만들기

sourcetree clone 만드는 방법 source tree를 들어가서 clone 버튼을 눌러주면 소스경로 url, 목적지경로, 이름 이렇게 나온다. 소스경로는 같이 협업할 github 주소를 연결해 주면 된다. github 프로젝트 주소는 github의 프로젝트에 들어가서 우측 상단의 code를 누르면 빨간박스에 주소가 나온다. 복사를 해준다음에 빨간 박스에 붙여넣어 준다. 목적지 경로는 본인이 사용할 폴더를 만들어서 경로를 잡아주면 이름도 자동으로 생성된다. 후에 하단의 클론 버튼을 누르면 클론 완성

Git & SourceTree 2021.11.26

image

[Sirion] Git Hub 협업 사용자 추가 방법

GitHub 에서 사용자 추가하는 방법이다. 아래는 GitHub 홈페이지다. https://github.com/ GitHub: Where the world builds software GitHub is where over 73 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 GitHub에서 본인의 프로젝트에 접근을 한 후에 여기서 Setting을 들어간다. 좌측에 Manage Access 를 선택한후 Add people을..

Git & SourceTree 2021.11.26

image

[Sirion] Git 토큰 로그인 방법

remote: Support for password authentication was removed onAugust 13, 2021 이 에러를 확인했을때 토큰 로그인을 해야한다. github 로그인을 한후 오른쪽 상단의 아이콘 클릭 -> Setting을 눌러준다 Developer settings 클릭 Personal access tokens 클릭 다음 체크란이 나오는데 repo만 체크해도 된다한다. 난 잘모르겠어서 다 체크하긴했다.. 그리고 Generate token을 해주면 토큰값이 길게 나오는데 이걸 복사하자. C:\Users\user\AppData\Local\Atlassian\SourceTree 경로로 들어간후 shortcut,password 두 파일을 삭제하고 소스트리에 push를 할경우 이 화면..

Git & SourceTree 2021.09.04

image

[Sirion] repository(저장소)와 sourceTree의 연결

repository를 만들지 않았다면 https://pjw01250.tistory.com/41 Sirion 각종 정보를 공유하는 곳입니다. pjw01250.tistory.com 보고 오는걸 추천한다. 소스트리를 깔자 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 무료니까 받으면된다 실행시키고 이것저것 넘어가면 이 화면을 볼수있다 Create를 눌러주자 나는 Uni..

Git & SourceTree 2021.09.04