Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TypeScript
- 타입스크립트
- JWT
- it
- npm
- nomadcoder
- 프로그래머스
- JavaScript
- nginx
- MYSQL
- https
- mongodb
- 항해99
- 메소드
- 생활코딩
- reduce
- 자바스크립트
- wil
- 조건문
- mongoose
- elb
- ubuntu
- Joi
- AWS
- CORS
- Nodejs
- 노마드코더
- Node.js
- java
- Load Balancer
Archives
- Today
- Total
V-logue
fatal: not a git repository (or any of the parent directories): .git 본문

fatal: not a git repository (or any of the parent directories): .git
git을 담은 repository(저장소)를 찾을 수 없기 때문에 발생하는 에러
//
저장소로 사용하고자 하는 디렉토리로 이동해, 저장소를 초기화 해야한다.

저장소를 초기화 하기 위해 $ git init을 입력한 뒤,

$ git remote add 명령어를 입력하고 Enter!
'Error' 카테고리의 다른 글
[Mongodb] MongoServerError: E11000 duplicate key error collection: (0) | 2022.05.24 |
---|---|
Error: listen EADDRINUSE: address already in use :::3000 (0) | 2022.05.21 |
module 'jwt' has no attribute 'decode' or 'encode' 해결 방법 (0) | 2022.05.11 |
'Node'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 파일이 아닙니다. (0) | 2022.05.08 |
(1) Invalid escape sequence (0) | 2022.03.21 |