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

3번째 줄: 3번째 줄:
;윈도우 깃 설치, 윈도우 기트 설치
;윈도우 깃 설치, 윈도우 기트 설치


==winget ★==
==방법1: winget ★==
<source lang='powershell'>
<source lang='powershell'>
winget install --id Git.Git -e --source winget
winget install --id Git.Git -e --source winget
</source>
</source>


==인스톨러==
==방법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)

2022년 2월 8일 (화) 15:19 판

1 개요

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

2 방법1: winget ★

winget install --id Git.Git -e --source winget

3 방법2: 인스톨러

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

Git setup information.png

3.1 확인

  • Win --- cmd Enter
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 scoop으로 설치

scoop install git

5 같이 보기

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