일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 뷰
- HTTP
- autowired
- Github
- pls-00103
- Spring Framework
- 개발자기록
- spring boot
- framework
- oracle
- Entity
- 프레임워크
- bean
- 어노테이션
- JSON
- CS
- react
- SQL
- JavaScript
- vue3
- DTO
- REST API
- Spring
- GIT
- 깃허브에러
- vue
- Java
- https
- error
- API
- Today
- Total
목록분류 전체보기 (54)
o-ohi-code 님의 블로그

🤔 fatal: refusing to merge unrelated histories 왜 error 가 발생했을까?내 컴퓨터(Git 로컬 저장소)**와 GitHub(원격 저장소) 가 서로 아무련 관계가 없는 상태로 각자 커밋을 갖고 있기 때문에 발생하는 오류이다.✅ fatal: refusing to merge unrelated histories 해결 방법git pull origin main --allow-unrelated-histories 이 명령 옵셥은 git에서 서로 관련 기록이 없는 이질적인 두 프로젝트 병합시 이것을 허용해 주는 것이다. Git 에서 병합(merge) 이란? 두 개의 브랜치 간의 *공통 조상(공통 기록)* 을 기준으로 차이를 비교해 병합하는 과정이다. 하지만 공통 조상이 아예 없..

LF will be replaced by CRLF the next time Git touches it error 해결프로젝트를 Github 에 올리다 보면 가끔 만나는 오류가 있다. 사진과 같은 오류가 자주 발생하는데. 위 오류는 git add . 를 하다보면 자주 발생한다. 이는 현재 파일의 줄바꿈 형식이 LF 방식이기 때문에 발생 하는 문제로.현재 파일의 줄바꿈(LF) 형식을 git 이 다음에 이 파일을 만질 때 CRLF 로 변경한다는 의미인다.생각 보다 간단한 오류 였다는 것을 확인 할 수 있다. 🎯 해결 방법Windowsgit config --global core.autocrlf true macOS / Linuxgit config --global core.autocrlf input --g..

1. ✅ Github 계정 생성 https://o-ohi-code.tistory.com/1 [Github] 깃허브 프로젝트 생성 방법https://github.com/ GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software thao-ohi-code.tistory.com2. ✅ Git 설치https://git-scm.com/downloads Git - D..

https://github.com/ GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.github.com ✨ githup 사이트 접속✨ 이메일, 비밀번호, 사용자 이름 설정 [ex(gmail)]✨ 자신의 email 인지 확인성공적으로 입력하게 되면 로그인 창으로 돌아가✨ [email, password] 를 ..