반응형
1. 에러 원인
로컬에 clone 할 때, 해당 경로에 기존의 git 이 존재하는 경우 발생할 수 있다.
2. 해결 방법
해결방법에는 여러가지가 있지만... 가장 간단한 방법인
문제의 원인을 그냥 잘라버리고 다시 새로운 경로를 만든 다음에 git clone 을 실행하여
git 내의 파일들을 가져온다.
git clone "내 레포지토리 주소"
자세한 사항은 아래 칭크 참고
3. 참고 링크
반응형
'Error code 모음 > 8. Git errors' 카테고리의 다른 글
[Git Error] Github permission denied: ssh add agent has no identities (0) | 2021.12.22 |
---|---|
[Git Error] Could not open a connection to your authentication agent 에러 (0) | 2021.12.22 |
[git hub Error] fatal: Authentication failed for 'https://github.com/ (0) | 2021.12.08 |
[Git Error] .gitignore not ignoring .idea path (0) | 2021.03.18 |
[Git Error] error : src refspec master does not match any. (0) | 2021.02.09 |