1. warning: in the working copy of 어쩌구 오류날 때
- 윈도우 버전
git config --global core.autocrlf true
2. 새 레파지토리에 기존 파일 연동할 때
git remote add origin "원격저장소 https"
git pull origin main
git add --all 또는 git add .
git commit -m "커밋할 내용"
git push origin main
출처
https://cocoon1787.tistory.com/728
[Git] "LF will be replaced by CRLF in..." 에러 해결 방법
warning: LF will be replaced by CRLF in app.js. The file will have its original line endings in your working directory The file will have its original line endings in your working directory 🚀 git add를 할 때 위와 같은 에러들이 자주 발생
cocoon1787.tistory.com
[Git] 자기 컴퓨터(Local) 폴더 Github에 연결하기
안녕하세요 Foma 💻 입니다! 알고리즘 예제들을 제 컴퓨터 폴더에 모아놓았는데 이걸 깃헙 레포지토리에 연결해서 관리하고 싶더라구요. 그래서 로컬 폴더를 깃헙에 연결하는 방법에 대해 정리
fomaios.tistory.com
3. 깃 init 도 했고 문제 없는데 git 명령어 안될 때
터미널이 powershell인지 확인하자
계속 업데이트 될 예정
'공통' 카테고리의 다른 글
[error] No mapping found for HTTP request with URI 에러 (0) | 2024.01.07 |
---|---|
[공통] 네트워크 프레임워크 정의와 종류 (비동기, 동기) (1) | 2023.03.14 |
[ect] 객체지향 설계 SOLID 5 원칙 (0) | 2023.02.15 |
[etc] GitHub CLI 명령어 모음 (0) | 2022.03.14 |