We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 버전이 다운됩니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git submodule init 명령어를 수행하면
fatal: No url found for submodule path 'static/libs' in .gitmodules
라는 에러가 뜹니다.
그래서 직접 url을 clone하여 다운받았는데 라이브러리가 최신 버전으로 업데이트되면서 버전 충돌이 발생합니다. 예로 우리는 jQuery 1.11.2 버전이 필요하지만 3.4.1 버전이 다운됩니다.
The text was updated successfully, but these errors were encountered: