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
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] Git pull 오류 해결 (2) | 2022.04.30 |
[etc] GitHub CLI 명령어 모음 (0) | 2022.03.14 |