티스토리 뷰
⑤ 개발, 데이터베이스/ⓒ CI CD
[TroubleShooting] fatal: Not a git repository (or any of the parent directories): .git
GodNR 2019. 9. 17. 00:07728x90
반응형
[문제발생]
[root@kubemaster helm]# git checkout https://sonnaraon.github.io/helm-chart-repo/
fatal: Not a git repository (or any of the parent directories): .git
[root@kubemaster helm]#
위와 같은 에러 발생 시 대응 방안은?
[해결방안]
git repository로 사용하기 위한 초기화 작업이 진행되지 않아 발생하는 오류입니다.
해당 디렉토리에 .git 폴더가 있는지 여부를 확인하고 없을 경우 git init 명령어로 초기화 및 기본 설정 폴더인 .git 디렉토리를 생성해야 합니다.
[root@kubemaster helm]# git init
Initialized empty Git repository in /root/helm/.git/
[root@kubemaster helm]# ls -la
total 0
drwxr-xr-x. 3 root root 18 Sep 17 00:03 .
dr-xr-x---. 9 root root 218 Sep 16 23:22 ..
drwxr-xr-x. 7 root root 119 Sep 17 00:03 .git
[root@kubemaster .git]# ls -la
total 12
drwxr-xr-x. 7 root root 119 Sep 17 00:03 .
drwxr-xr-x. 3 root root 18 Sep 17 00:03 ..
drwxr-xr-x. 2 root root 6 Sep 17 00:03 branches
-rw-r--r--. 1 root root 92 Sep 17 00:03 config
-rw-r--r--. 1 root root 73 Sep 17 00:03 description
-rw-r--r--. 1 root root 23 Sep 17 00:03 HEAD
drwxr-xr-x. 2 root root 242 Sep 17 00:03 hooks
drwxr-xr-x. 2 root root 21 Sep 17 00:03 info
drwxr-xr-x. 4 root root 30 Sep 17 00:03 objects
drwxr-xr-x. 4 root root 31 Sep 17 00:03 refs
[root@kubemaster .git]#
728x90
반응형
'⑤ 개발, 데이터베이스 > ⓒ CI CD' 카테고리의 다른 글
[Jenkins] Jenkins 설치 가이드 (0) | 2019.09.21 |
---|---|
[Github Pages] Kubernetes Private Helm Repo 관리 (0) | 2019.09.17 |
[GitHub Pages] Github Pages 생성 및 관리 (0) | 2019.09.16 |
[Github] Eclipse 연동하기 (0) | 2019.01.27 |
[ant] Eclipse를 이용한 ANT 활용 방법 (1) | 2018.07.20 |
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- JEUS7
- openstack token issue
- git
- aws
- JBoss
- 마이크로서비스 아키텍처
- OpenStack
- JEUS6
- TA
- apache
- aa
- 쿠버네티스
- Da
- API Gateway
- SWA
- wildfly
- 아키텍처
- jeus
- node.js
- nodejs
- webtob
- kubernetes
- 오픈스택
- Docker
- k8s
- Architecture
- MSA
- SA
- openstack tenant
- 마이크로서비스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함