반응형
회사 가면 깃과 깃허브 사용일 필수라고 하죠?
이번에는 깃git 설치하는 방법을 알아보겠습니다
1. 깃 사이트 들어가기
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. Latest source Release 2.47.0 Release Notes (2024-10-06) Download Source Code GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but ther
git-scm.com
2. 윈도우 클릭
3. Standalone installer에서 64비트 선택
4. 기본 설정 그대로 변경 없이 전부 next
5. 깃 버전 확인 : git -- version입력
6. 한글 변경
초반에 이렇게 깨짐이 발생할 수 있습니다
이럴 때는 한글로 변경해줘야해요
1) 화면 오른쪽 클릭 > 맨 아래 options 클릭
2) options에서 text 클릭
3) Local과 Character set을 각각 ko_KR과 eucKR로 변경
그러면 앞의 사진처럼 한글로 변경되서 나옵니다
반응형
'Git & Github' 카테고리의 다른 글
GitHub에 파일 올리는 두 가지 방법: Git 사용 vs 직접 업로드 (0) | 2025.02.12 |
---|---|
visual studio code에 github 소스 가져오기 (0) | 2024.12.29 |
git branch 개념정리 (2) | 2024.12.28 |
git diff 와 vscode git기초 배우기 (2) | 2024.12.27 |
git 다운로드 git add, git commit 윈도우버전 (1) | 2024.12.26 |