일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 웹API
- 미니마카
- 영어시간읽기
- 봉제용어
- 비리짐
- 클린코드
- 미국영어연음
- 엑셀드래그단축키
- 와끼
- 40HQ컨테이너40GP컨테이너차이
- TACKING
- 슈퍼코딩
- 엑셀필터복사붙여넣기
- 엑셀자동서식
- 필터링후복사붙여넣기
- 나일론지퍼
- 자켓실측
- AATCC
- 암홀트롭
- 요척합의
- 고급영어단어
- 비슬론지퍼
- 40HQ컨테이너
- 지연환가료
- 핸드캐리쿠리어차이점
- Armhole Drop
- MERN스택
- WHATTIMEOFTHEDAY
- 헤이큐
- 우레탄지퍼
- Today
- Total
CASSIE'S BLOG
깃 클론한 프로젝트 내 다른 레포지토리에 따로 저장하는 방법 본문
git remote set-url origin 새로운 레포지토리 주소
근데 새로운 레포지토리 만들 때 READ.md 파일이 있어서
근데 리드파일 안 만드니까 code 탭 들어가면 정상적으로 안 보임.
push 할 때 안되면
git push -f origin main
[오류 정보]
PS D:\personal\Tomorrow-House> git push origin main To https://github.com/CASSIE1107/Tomorrow-House-staticData.git ! [rejected] main -> main (fetch first) error: failed to push some refs to 'https://github.com/CASSIE1107/Tomorrow-House-staticData.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. PS D:\personal\Tomorrow-House>
'PROGRAMMING > 깃허브' 카테고리의 다른 글
Usergit fork는 내 레포지토리에 그대로 복사해서 내가 실험을 할 수 있는거지? git fork 후 그 복사한거를 clone 해서 진행. (1) | 2023.12.22 |
---|---|
깃허브에서 갖고오는 branch 정보들이 너무 많을 때 하는 법 (1) | 2023.12.22 |
수업자료 그대로 내 레포지토리에 복사해서 따로 하는 법 (0) | 2023.12.12 |
git stash 그리고 git stash pop (최신 커밋 기준으로 stash 적용) (0) | 2023.12.12 |
협업할 때 로컬에서 브랜치 삭제해줄 필요 X (0) | 2023.12.10 |