위의 오류를 해결하는 방법은 간단하다.
git remote remove origin을 입력해주고 다시 주소를 add해주면 된다.
git remote add origin https://github.com/StealSwan/TIL-JSP_MiniProject_Ex.git
git branch -M main
git push -u origin main
◎ 브랜치 전환하기
https://backlog.com/git-tutorial/kr/stepup/stepup2_3.html
'프로그래밍 > Git & Github' 카테고리의 다른 글
2021년 12월 8일 - Github 꾸미기 기록 (0) | 2021.12.08 |
---|---|
2021년 9월 11일 - Github 잔디밭 조작하기 (0) | 2021.09.11 |
2021년 8월 29일 - github 오류 "warning: LF will be replaced by CRLF in index.html" (0) | 2021.08.29 |
2021년 8월 26일 - remote: support for password authentication was removed on august 13, 2021. please use a personal access token instead 오류 해결법 (0) | 2021.08.26 |
2021년 8월 6일자 - Github Contribution 문제 (0) | 2021.08.06 |
댓글