Notice
Recent Posts
Recent Comments
Link
투케이2K
29. (Bitbucket/Git) [gitignore] push 푸시 업데이트 수행 시 특정 폴더 및 파일이 올라가지 않는 경우 본문
비트버킷 & Git
29. (Bitbucket/Git) [gitignore] push 푸시 업데이트 수행 시 특정 폴더 및 파일이 올라가지 않는 경우
투케이2K 2022. 12. 5. 21:02[환경 설정]
저장소 : Bitbucket / Git
사용 목적 : 소스 코드 버전 관리 실시
[원 인]
1. 프로젝트 폴더 내에 gitignore 파일에서 특정 폴더 및 파일 업로드를 제외 설정한 경우
[해결 방법]
1. 프로젝트 폴더 내에 있는 gitignore 파일 삭제
2. git 초기화 수행 (rm -rf .git / git init)
3. 프로젝트 전체 다시 git add --all 추가 >> push 업로드 수행
반응형
'비트버킷 & Git' 카테고리의 다른 글
31. (Bitbucket/Git) [Git 명령어] git log --stat 사용해 커밋 commit 수행 로그 및 수정 된 파일 확인 실시 (0) | 2022.12.23 |
---|---|
30. (Bitbucket/Git) idea 폴더 설명 (0) | 2022.12.05 |
28. (Bitbucket/Git) [Git] gitignore 파일 설명 (0) | 2022.12.05 |
27. (Bitbucket/Git) [Git] README.md 파일 설명 (0) | 2022.12.05 |
26. (Bitbucket/Git) [BitBucket] repository 저장소 특정 브랜치 branch 삭제 방법 (0) | 2022.11.29 |
Comments