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 | 31 |
Tags
- spring
- 오류
- 깃
- 자바스크립트
- git push
- 콜미동구
- 한줄평
- SpringBoot
- 에러
- 서평
- Swift
- 클라우드 서비스
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 기록하는 동구
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 클라우드 서비스 특징
- 자바 파일업로드
- MySQL
- Xcode
- git
- 책
- 데이메이커
- java
- 파이썬 웹크롤링
- JavaScript
- 독후감
- Mapper
- Mac
- 동구
- 줄거리
Archives
- Today
- Total
인생은 속도가 아니라 방향이다
[Git] fatal: remote origin already exists. 에러 뜰때 해결방법 본문
반응형
github에 터미널을 이용해서 프로젝트 올릴때
fatal: remote origin already exists. 에러가 뜬다면 원래있던 remote를 삭제하고 다시 add시켜준다.
$ git remote rm origin
그다음 git remote add origin ~~ 하면 잘된다.
Reference :
반응형
'형상관리 > Git' 카테고리의 다른 글
[Git] .gitignore 가 적용 안될때 해결방법! (2) | 2021.01.17 |
---|---|
[Git] ! [rejected] master -> master (fetch first) 에러 해결 (7) | 2020.10.26 |
[Git] 원격저장소에 푸시가 안될때 Updates were rejected because a pushed branch tip is behind its remote counterpart. (0) | 2020.02.03 |
[Git] Git, GitLab에서 특정 브랜치만 클론하는 방법 (0) | 2020.02.02 |
[Git]-SourceTree 에서 Remote에 있는 브랜치 상태 갱신방법 (0) | 2020.01.23 |
Comments