반응형
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
- 동일 프로세스
- 프로세스 방지
- bucket max-key
- c#
- MySQL
- f035d
- naver storage
- v-select
- error
- v-text-field height
- CSS
- vuetifyjs
- sort
- NUXT
- onsen-ui
- vuejs
- sequelize
- Android
- onsenui
- nodejs
- Vuetify
- JavaScript
- Vue
- bucket cors
- 동일 프로그램
- electron-nuxt
- Electron
- kotlin
- naver storage bucket error
- xlsx
Archives
- Today
- Total
목록unrealted histories (1)
앙큼한 개발기록
[git] error: failed to push some refs to 오류
git 작업을 하다보면 로컬에 clone을 해서 작업하고 나서 push를 할때 해당 에러가 나는 경우가 있다. > error: failed to push some refs to 이는 로컬의 저장소 와 원격저장소의 폴더 구성이 다르기 때문에 나타나는 오류로 git pull 을 한 후 git push 를 진행하면 된다. > git pull origin [branch name] 그럼 conflict가 나서 merge를 해야 되거나 아래와 같은 오류가 발생할 수 있다. > refusing to merge unrelated histories 이러한 경우에는 pull을 받을때 아래와 같이 하면 된다. > git pull origin [branch name] --allow-unrelated-histories unre..
개발
2023. 2. 9. 23:39