일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 맛집
- jenkins
- java
- laravel
- ubuntu
- IntelliJ
- ReactJS
- db
- jsp
- javascript
- 요리
- Design Patterns
- it
- JVM
- tool
- redis
- Spring Boot
- Web Server
- AWS
- Gradle
- Oracle
- Git
- elasticsearch
- MySQL
- devops
- Spring Batch
- springboot
- linux
- Spring
- php
Archives
- Today
- Total
아무거나
fatal: empty ident name (for <(null)>) not allowed 본문
반응형
fatal: empty ident name (for <(null)>) not allowed. 오류가 생겼을 때
*** Please tell me who you are.
Run
git config --global user.email "you@example.com" git config --global user.name "Your Name"
to set your account's default identity. Omit --global to set the identity only in this repository.
fatal: empty ident name (for <(null)>) not allowed. |
이런 오류가 생겼을때
git config --global user.email 이메일주소@naver.com
git config --global user.name "아이디"
이메일과 아이디를 넣어주면 된다.
반응형
'Infra > Git & SVN' 카테고리의 다른 글
[sourcetree] 클론과 브랜치 스위칭 (0) | 2019.03.08 |
---|---|
git pull tracking 정보 관련 에러 (0) | 2019.03.08 |
github page와 hexo를 통해 블로그 만들기 (0) | 2019.03.04 |
[Github] IDE처럼 Tree형태로 보기(=네비게이션) (0) | 2019.01.30 |
[Github] 소스 수정 히스토리 확인 단축키 (0) | 2019.01.30 |
Comments