Skip to content

hub 저장소 변경 시 submodule 업데이트 이슈 #28

Description

@9bow

🕋 문제 상황

hub 저장소 변경 시 pytorch.kr 내의 submodule 정보가 업데이트되어야 합니다.
그렇지 않은 경우, hub 저장소의 preview.sh 실행 시 빌드 중 오류가 발생합니다.

git submodule update --init --recursive
git submodule update --remote
error: Your local changes to the following files would be overwritten by checkout:
        CONTRIBUTING.md
        README.md
Please commit your changes or stash them before you switch branches.
Aborting
fatal: Unable to checkout '99cd1d559bba7f7c0509ab91f7c1570196815108' in submodule path '_hub'
make: *** [Makefile:31: include-submodule-deps] Error 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions