8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git submodule init 명령어를 수행하면 fatal: No url found for submodule path 'static/libs' in .gitmodules 라는 에러가 뜹니다.
fatal: No url found for submodule path 'static/libs' in .gitmodules
그래서 직접 url을 clone하여 다운받았는데 라이브러리가 최신 버전으로 업데이트되면서 버전 충돌이 발생합니다. 예로 우리는 jQuery 1.11.2 버전이 필요하지만 3.4.1 버전이 다운됩니다.