git commit을 하던 중 : please tell me who you are이라는 문장이 나왔다면?
2022. 3. 23. 11:02ㆍGit. Github/1.git을 쓰면서 발생한 오류들
1.git init
2.git config user.name "someone"
3.git config user.email "someone@someplace.com"
4.git add .
5.git commit -m "some init msg"
'Git. Github > 1.git을 쓰면서 발생한 오류들' 카테고리의 다른 글
| master -> master (fetch first) 에러가 나왔다면? (0) | 2022.03.23 |
|---|---|
| git 정책 변화(branch 이름 변경하는 법 : master -> main) (0) | 2022.03.23 |