반응형
방법1. 소스트리 사용하는 경우
Setting > Advanced > User Information > Full Name, Email adress 등록 (Use global user settings 해제)
방법2. 소스트리 사용하지 않는 경우
git config user.name ***
git config user.email ***@***.***
[참고] https://git-scm.com/book/ko/v1/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%B5%9C%EC%B4%88-%EC%84%A4%EC%A0%95
반응형
'DEV > Git' 카테고리의 다른 글
[Git] git config --unset credential.helper (username, password 초기화) (0) | 2020.12.01 |
---|---|
[Git] MacOS Mojave 업데이트 후 Error updating changes: Cannot identify version of git executable /usr/bin/git (0) | 2019.04.18 |
[Git] 버전관리 제외하기 (www.gitignore.io) (0) | 2015.06.10 |
[Git] Protocol https not supported or disabled in libcurl 해결방법 (0) | 2015.06.08 |
[Git] SVN 능력자를 위한 GIT 개념 가이드 (0) | 2015.06.04 |