일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 엑셀
- 에러
- Excel
- 도커
- 한글 깨짐
- 인텔리제이
- 이클립스
- 형변환
- docker
- 데이터베이스
- spring form
- elasticsearch
- Java
- 쿼리
- spring 오류
- 자바스크립트
- tomcat
- 자바 리스트
- java 오류
- 엘라스틱서치
- CSS
- 이클립스 설정
- JavaScript
- Eclipse
- jQuery
- eclipse 설정
- JSP
- db
- 자바
- HTML
Archives
- Today
- Total
개발노트
fatal: not a git repository (or any of the parent directories): .git 본문
Error/Git - GitHub
fatal: not a git repository (or any of the parent directories): .git
dev? 2020. 8. 16. 10:28반응형
fatal: not a git repository (or any of the parent directories): .git
[원인]
현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러.
[해결]
$ git init 수행후 다시 $ git remote add 명령어 실행
출처:
반응형
'Error > Git - GitHub' 카테고리의 다른 글
--no-optional-locks push -v origin master:master remote: Permission to (0) | 2024.12.18 |
---|---|
nothing to fetch (0) | 2022.04.07 |
[GitHub]rejected-non-fast-forward 오류 (0) | 2022.03.17 |
커밋 실패 - commit failed - exit code 1 received (2) | 2020.08.16 |