반응형
250x250
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
- IntelliJ
- codebuild
- 도커
- Flux
- JavaScript
- AWS CI/CD 구축하기
- aws
- Airflow
- Spring
- PostgreSQL
- codedeploy error
- docker
- chartjs
- kubeflow
- Python
- node
- Spring Error
- codepipeline
- COALESCE
- codedeploy
- redis
- bootstrap
- VPN
- Kafka
- Jenkins
- chart.js
- SQL
- java bigdecimal
- or some instances in your deployment group are experiencing problems.
- aws cicd
Archives
- Today
- Total
Small Asteroid Blog
fatal : not a git repository (or any of the parent directories): .git 본문
도구/Git
fatal : not a git repository (or any of the parent directories): .git
작은소행성☄️ 2020. 10. 30. 17:28728x90
초기화 작업이 진행되지 않아 발생하는 오류로
git init 명령어로 초기화 및 기본 설정 .git 디렉토리를 생성해야 한다.
# git init
# ls -la
그럼 다음과 같이 .git 이 생성된 것을 확인할 수 있다.
728x90
반응형
'도구 > Git' 카테고리의 다른 글
WARNING! Using --password via the CLI is insecure. Use --password-stdin (0) | 2020.11.03 |
---|---|
.git 삭제 명령어 / git 연결끊기 (0) | 2020.10.30 |
[GitLab] Permission denied (publickey). (0) | 2020.10.12 |
master에서 branch를 합치고 싶을 때 (git rebase) (0) | 2020.07.16 |
[GitHub] git에서 master로 branch내용 합치기(브랜치 병합하기) - merge (0) | 2020.03.23 |