我在azure网站上部署NugetGallery
git项目时遇到此错误。
但是当我尝试按照命令检查时我有not found any submodule
C:\NuGetGallery-master [master]> git ls-files --stage | grep 160000
160000 e35ece8c542e50bcfd71d0c5ed528d1b8206389f 0 mydemonugetgallery
应该是什么原因?
部署失败错误: 更新子模块。
No submodule mapping found in .gitmodules for path 'mydemonugetgallery'
D:\Program Files (x86)\Git\bin\git.exe submodule update --init --recursive
我必须在.gitmodules
[submodule "mydemonugetgallery"]
path = ext/Slab
url = https://git01.codeplex.com/slab
答案 0 :(得分:1)
请注意,NuGetGallery项目的更新版本不支持在Azure App Service Web App上运行。