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