일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 네트워크 #NW
- dify
- bootstrap #css #CSS
- Grid #CSS
- DB #mariaDB #SQL
- 오블완
- Swap Memory
- 백준 #10430
- CI #CD #CI/CD
- lenova #레노버 #노트북
- PODS #POD #pods #pod #파드 #재기동 #롤링재기동 #rolling
- 티스토리챌린지
- Python #pakage
- jmap #jstack
- dump #jattach
- istio #k8s #kubernetes
- function #사용자 정의 함수
- NameSpace #NS
- publishnotreadyaddress
- lvm #lv #vg #pv
- EKS
- OCP
- test #비교
- Kafka #카프카
- shell #shell script
- EFK
- Node #POD #Container
- jgrp000032 #ocp #
- Linux #wc
- Excel #엑셀
Archives
- Today
- Total
목록형상관리 (1)
BEOM_IT
fatal : not a git repository 에러
git clone 후 파일 add하는데 다음과 같은 오류가 나왔다.... fatal: not a git repository (or any of the parent directories): .git ==> 현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러 $ git init 명령어 입력 git init 명령어를 입력하면 Initialized empty Git repository in ~~~~~~~~ 위 명령어 입력하고 나면 .git 파일이 생기고 오류도 해결된다.
형상관리/Git
2023. 10. 17. 23:21