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
.gitmodules
[submodule "vendor/engines/fat_free_crm"] path = vendor/engines/fat_free_crm url = https://github.com/fatfreecrm/fat_free_crm.git
git submodule sync
再初始化 submodule 就ok了
参考链接:https://stackoverflow.com/questions/11410017/git-submodule-update-over-https/30885128#30885128
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如何将 Submodule 更新为 https 协议
.gitmodules
文件中的 url 改为 https,如:git submodule sync
更新 .git 配置再初始化 submodule 就ok了
参考链接:https://stackoverflow.com/questions/11410017/git-submodule-update-over-https/30885128#30885128
The text was updated successfully, but these errors were encountered: