09009
[Git] error → warning: user.name has multiple values 본문
해결 방법:
$ git config --global --replace-all user.name "(사용자 이름)"
'Git' 카테고리의 다른 글
[Git] 4) 커밋이력 되돌리기 - reset (0) | 2023.03.31 |
---|---|
[Git] 3) Git을 원격저장소에 업로드하기 (0) | 2023.03.26 |
[Git] 2) git add . (0) | 2023.03.26 |
[Git] 1) git 설정 및 기초 명령어 (0) | 2023.03.26 |
[Git] Error: LF will be replaced by CRLF the next time Git touches it (0) | 2023.03.21 |
Comments