일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바 리스트
- 엘라스틱서치
- spring 오류
- 이클립스
- JavaScript
- db
- docker
- 이클립스 설정
- jQuery
- 인텔리제이
- elasticsearch
- Eclipse
- 쿼리
- JSP
- spring form
- java 오류
- 엑셀
- 도커
- eclipse 설정
- 한글 깨짐
- 자바스크립트
- HTML
- Excel
- 자바
- CSS
- 데이터베이스
- Java
- tomcat
- 형변환
- vscode
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 |