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
- 이미지
- 코딩
- defaultbranch
- 라이브러리
- 머신러닝
- 이미지읽어오기
- gitcommand
- 프로그래밍
- image
- 통계
- 깃에러
- 엑셀
- 일치도
- 카파
- 이클립스프로젝트
- 데이터분석
- 파이썬
- 코드
- 이미지연산
- git
- OS
- 깃허브
- 반복문
- github
- 파이썬에러
- windowpowershell
- powershell에러
- 데이터
- powershell에러해결
- Python
Archives
- Today
- Total
목록gitcommand (1)
나중에 내가 보려고 만든 블로그
Git fatal: detected dubious ownership in repository at 에러 해결
어제까지 잘되던 깃허브 커밋이 갑자기 이런 에러가 발생했다.일단 fatal로 시작해서 좀 무서웠지만 읽어보니 아래에 나온 커맨드를 실행해주면 됨.fatal: detected dubious ownership in repository at ''To add an exception for this directory, call:git config --global --add safe.directory 찾아보니 prevent a user from executing git commands in a repository owned by a different user. 때문에 생겨난 보안정책이라고 한다. 내가 기관에서 제공해주는 가상환경에서 웹페이지 개발하고 있어서 이런 오류가 생긴듯하다. 근데 여태껏 없다가 한달만에 처..
etc.
2025. 2. 3. 20:45