반응형

TortoiseGit 설치 방법

 

TortoiseGit 다운로드

 

TortoiseGit 홈페이지

https://tortoisegit.org/

 

TortoiseGit – Windows Shell Interface to Git

Get Support Manuals, FAQ, bug reporting, mailing list, and more…

tortoisegit.org

 

홈페이지에 접속하여 Download 페이지로 이동합니다.

 

OS버전에 맞게 다운로드 합니다. 

여기서는 64-bit Windows version 2.13.0.1 기준으로 합니다.

 

 

추가적으로 언어팩도 설치 가능하며, TortoiseGit 설치 이후에 추가로 설치하면 됩니다.

 

 

TortoiseGit 설치 절차

 

1. Information

 

 

2. Choose SSH Client

기본으로 선택되어 있는 TortoiseGitPlink, based on Putty; optimized for TortoiseGit and intergrates batter with Windows 를 선택하고, Next 클릭합니다.

 

 

3. Custom Setup

4. Ready to Install

설정 변경없이 NextInstall 합니다.

 

 

5. Installing TortoiseGit

설치 완료. 바로 실행하여 Start wizard 까지 설정합니다.

 

 

First Start Wizard

설치 이후에 처음 실행하면 위자드를 통해 설정해야 합니다.

 

사전 요구 사항

Git 설치 완료 

스타트 위자드에서 Git 설치 경로등을 설정하기에 사전에 Git이 설치 되어 있어야 합니다.

 

 

1. Welcome to TortoiseGit!

다음(N) 클릭합니다.

 

 

2. Configure git.exe

 

Git이 설치되어 있으면, 기본적인 설치 경로는 C:\Program Files\Git\bin 입니다.

 

3. Configure user information

이름과 이메일을 등록합니다. 개인 이메일이나 회사에서 사용하면 회사 이메을 사용하면됩니다.

나중에 commit, push 할때 위에 설정은 이름으로 표시됩니다.

 

 

4. Authentication and credential store

추가적이 설정 변경 없이 [마침] 으로 마무리 합니다.

 

TortoiseGit 사용

Windows 탐색기

1. Windows 탐색기

윈도우 탐색기에서 우클릭하면 팝업메뉴에 TortoiseGit 관련하여 표시됩니다.

 

Git Clone... 클릭하면 다음 화면이 표시됩니다.

 

 

 

2. Git Clone...

URL에는 Repository 주소를 입력하고, Directory 에는 폴더를 지정합니다.

 

 

 

2. Git Credential Manager

위에 입력한 URL의 처음인 경우에는 계정 로그인이 필요합니다.

 

 

Git Clone 완료

 

2. Git Sync

3. Git Commit

Git Clone 완료되면 이후에는 Sync, Commit 이 가능합니다.

 

 

 

TortoiseGit 추가 팝업메뉴를 통해서 다양한 기능을 이용할 수 있습니다.

 

 

반응형
반응형
Windows 에 Git 설치하기

 

Git 사이트에서 Git 다운로드

https://git-scm.com/

 

Git

 

git-scm.com

 

git 홈페이지 접속하여 Download 클릭

 

다운로드 페이지에서 OS를 Windows 선택

 

 

설치 파일 또는 포터블과 32bit 또는 64bit 인데, 대부분 64-bit Git for Windows Setup. 선택

 

 

Git 설치

설치 파일을 실해 하면 다음과 같은 화면이 나옵니다.

대부분 기본값에서 변경없이 Next만 계속 클릭하면 설치가 완료 됩니다.

 

1. Information - Next 클릭

2. Select Destination Laction - 기본경로로 하고 Next 클릭

 

 

3. Select Components - Next  클릭

4. Select Start Menu Folder - Next 클릭

 

5. Choosing the default editor used by Git - Next 클릭

6. Adjusting the name of the initial branch in new repositories - Next 클릭

 

7. Adjusting your PATH environment - Next 클릭

8. Choosing the SSH executable - Next 클릭

 

9. Choosing HTTPS transport backend - Next 클릭

10. Configuring the line ending conversions - Next 클릭

 

11. Configuring the terminal emulator to use with Git Bash - Next 클릭

12. Chose the default behavior of git pull - Next 클릭

 

13. Choose a credential helper - Next 클릭

14. Configuring extra optons - Next 클릭

 

15. Configuring experimental options - Install 클릭

 

 

16. Completing the Git Setup Wizard - Finsh

 

 

여기 까지가 설치 완료입니다.

다운로드 이후에 설치시에는 Next 만 계속 하면 됩니다.

 

 

반응형

+ Recent posts