git init 오류
1
2
Reinitialized existing Git repository in C:/Users/user/Desktop/react-Blog/blog/.git/
문제
git을 사용하기 위해 git init 명령어를 입력했을 때 에러 발생
해결방법
- git remote -v 입력하여, 원격 remote 주소 확인
- 다를 경우는 git remote rm origin 으로 삭제
- git remote add origin 주소로 연결
This post is licensed under CC BY 4.0 by the author.