728x90 반응형 submodule1 git submodule errors fatal: in unpopulated submodule 원인: 다른 곳과 submodule 연동이 안됨. 해결 1. 최상단에 .gitmodules 파일 안에 정보를 넣는다. 2. git module 초기화, update rm -rf .git/modules rm -rf build git submodule update --init ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to xxxx 원인: 현재 submodule에 remote repository의 가장 최신의 것이 반영되지 않음 해결 1. 최신의 remote repo 정보 끌어오기 git pull git submodule .. 2020. 3. 13. 이전 1 다음 728x90