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 |
Tags
- vuex
- sveltekit
- NextJS
- Logging
- nodejs
- Python
- NextJS13
- loguru
- JUnit
- d3js
- fastapi
- springboot
- style
- svelte
- 오라클
- ubuntu
- Vue3
- Test
- react
- Vue
- Spring
- InteliJ
- fetch
- vitejs
- Shell
- Java
- npm
- EUREKA
- post
- gradle
Archives
- Today
- Total
양군의 행복한 이야기
fatal: couldn't find remote ref main 본문
git hub push 시 발생 한다.
fatal: couldn't find remote ref main
원인은 git hub 저장소가 master에서 main으로 변경되었기 때문이다.
터미널에서 git push origin main 을 한번 입력 해주면 다음부턴 잘된다.