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