not a git repository (or any of the parent directories): .git
2022. 1. 17. 01:06ㆍ문제 해결
fatal: not a git repository (or any of the parent directories): .git
[원인]
현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러.
[해결]
$ git init 수행후 다시 $ git remote add 명령어 실행
출처:
'문제 해결' 카테고리의 다른 글
(Spring)org.hibernate.LazyInitializationException: could not initialize proxy (0) | 2022.01.21 |
---|---|
(Spring) Inferred type 'S' for type parameter 'S' is not within its bound; (0) | 2022.01.21 |
(Spring) JdbcSQLNonTransientConnectionException 에러 (0) | 2022.01.19 |
No tests found for given includes (--tests filter) (0) | 2022.01.18 |
깃 리모트 변경하기 (0) | 2022.01.17 |