728x90
728x170
깃(Git) 설치 후, 사용자 계정/이메일 설정하는 방법
들어가며
- Git 을 설치한 후, 처음 사용할 때 사용자 계정과 이메일을 지정해줘야 한다.
방법
- git config --global user.name(email) 명령을 이용하여 지정해준다.
> git config --global user.name "user"
> git config --global user.email "user@domain.com"
728x90
그리드형(광고전용)
'In-depth Study > Git' 카테고리의 다른 글
[Git] 깃허브(GitHub) 마크다운(Markdown) 페이지에 Note, Warning, Important 하이라이트(Highlight) 표시하는 방법 (0) | 2023.10.24 |
---|---|
[GitHub] 깃허브 페이지에 GIF 이미지 넣는 방법 (README.md 등) (0) | 2023.04.10 |
[GitHub] 깃허브(GitHub)와 비주얼 스튜디오 코드(Visual Studio Code) 연동하기 (0) | 2022.06.24 |
[GitHub] 마크다운(Markdown) 문서에 유튜브(YouTube) 동영상 추가하기 (0) | 2022.06.23 |
[Git] Git 연동 오류 : Make sure you configure your 'user.name' and 'user.email' in git. (0) | 2021.06.22 |
[Git] Git 기본 설정 (0) | 2018.08.04 |
Mastering Markdown (0) | 2017.11.16 |
Git 명령어 목록 (0) | 2017.05.17 |