Post

git init 오류

1
2
Reinitialized existing Git repository in C:/Users/user/Desktop/react-Blog/blog/.git/

문제

git을 사용하기 위해 git init 명령어를 입력했을 때 에러 발생

해결방법

  1. git remote -v 입력하여, 원격 remote 주소 확인
  2. 다를 경우는 git remote rm origin 으로 삭제
  3. git remote add origin 주소로 연결

참고 블로그

This post is licensed under CC BY 4.0 by the author.