"윈도우 Git 설치"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 23개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;윈도우 Git 설치
;윈도우 Git 설치
;윈도우 깃 설치, 윈도우 기트 설치


==방법1: winget install ★==
<syntaxhighlight lang='powershell'>
winget install git.git
또는
winget install --id Git.Git -e --source winget
</syntaxhighlight>
<syntaxhighlight lang='doscon'>
PS C:\Users\user> winget install git.git
찾음 Git [Git.Git] 버전 2.45.1
이 응용 프로그램의 라이선스는 그 소유자가 사용자에게 부여했습니다.
Microsoft는 타사 패키지에 대한 책임을 지지 않고 라이선스를 부여하지도 않습니다.
다운로드 중 https://github.com/git-for-windows/git/releases/download/v2.45.1.windows.1/Git-2.45.1-64-bit.exe
  ██████████████████████████████  64.7 MB / 64.7 MB
설치 관리자 해시를 확인했습니다.
패키지 설치를 시작하는 중...
설치 관리자가 관리자 권한으로 실행을 요청합니다. 프롬프트가 필요합니다.
설치 성공
</syntaxhighlight>
==방법2: 인스톨러로 설치==
* https://git-scm.com/download/win 접속
* https://git-scm.com/download/win 접속
* Git-2.13.0-64-bit.exe 다운로드 시작됨 (35.4MB)
* Git-2.13.0-64-bit.exe 다운로드 시작됨 (35.4MB)
11번째 줄: 33번째 줄:
* 이후 [[Next 신공]] 설치
* 이후 [[Next 신공]] 설치


==확인==
===확인===
* {{키|Win}} --- cmd {{enter}}
* PowerShell에서
<source lang='doscon'>
<syntaxhighlight lang='doscon'>
C:\Users\user2>git --version
C:\Users\user2>git --version
git version 2.13.0.windows.1
git version 2.13.0.windows.1
</source>
</syntaxhighlight>
 
===#===
[[Next 신공]]으로 설치했을 때 추가로 설치/설정되는 것들
* Windows Explorer integration
** [[Git Bash Here]]
** [[Git GUI Here]]
* Git LFS (Large File Support)
* Associate .git* configuration files with the default text editor
* Associate .sh files to be run with Bash
* (O) Use Git from the Windows Command Prompt
* (O) Use the OpenSSL library
* (O) Checkout Windows-style, commit Unix-style line endings
* (O) Use MinTTY (the default terminal of MSYS2)
* [v] Enable file system caching
* [v] Enable Git Credential Manager
 
==방법3: scoop으로 설치==
<syntaxhighlight lang='dos'>
scoop install git
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[리눅스 git 설치]]
{{z컬럼3|
*[[맥 OS git 설치]]
* [[Git]]
*[[Git]]
* [[Git Bash]]
*[[MinGW]]
* [[맥OS git 설치]]
* [[리눅스 git 설치]]
* [[윈도우 gh 설치]]
* [[윈도우 choco install git]]
}}


[[분류: git]]
[[분류: git]]
[[분류: winget install]]

2024년 5월 26일 (일) 14:37 기준 최신판

1 개요[ | ]

윈도우 Git 설치
윈도우 깃 설치, 윈도우 기트 설치

2 방법1: winget install ★[ | ]

winget install git.git
또는
winget install --id Git.Git -e --source winget
PS C:\Users\user> winget install git.git
찾음 Git [Git.Git] 버전 2.45.1
이 응용 프로그램의 라이선스는 그 소유자가 사용자에게 부여했습니다.
Microsoft는 타사 패키지에 대한 책임을 지지 않고 라이선스를 부여하지도 않습니다.
다운로드 중 https://github.com/git-for-windows/git/releases/download/v2.45.1.windows.1/Git-2.45.1-64-bit.exe
  ██████████████████████████████  64.7 MB / 64.7 MB
설치 관리자 해시를 확인했습니다.
패키지 설치를 시작하는 중...
설치 관리자가 관리자 권한으로 실행을 요청합니다. 프롬프트가 필요합니다.
설치 성공

3 방법2: 인스톨러로 설치[ | ]

또는 64-bit Git for Windows Setup 클릭하여 다운로드
  • Git-2.13.0-64-bit.exe 실행

Git setup information.png

3.1 확인[ | ]

  • PowerShell에서
C:\Users\user2>git --version
git version 2.13.0.windows.1

3.2 #[ | ]

Next 신공으로 설치했을 때 추가로 설치/설정되는 것들

  • Windows Explorer integration
  • Git LFS (Large File Support)
  • Associate .git* configuration files with the default text editor
  • Associate .sh files to be run with Bash
  • (O) Use Git from the Windows Command Prompt
  • (O) Use the OpenSSL library
  • (O) Checkout Windows-style, commit Unix-style line endings
  • (O) Use MinTTY (the default terminal of MSYS2)
  • [v] Enable file system caching
  • [v] Enable Git Credential Manager

4 방법3: scoop으로 설치[ | ]

scoop install git

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}