【发布时间】:2016-05-04 04:26:55
【问题描述】:
我正在尝试将带有 github 的私有存储库部署到 Azure 上,它曾经完美地工作,直到我将一个存储库放入也托管在 github 上的单独私有子模块中。
现在,每次我尝试部署到 Azure 时,它都会在子模块部署期间中断,并显示以下消息: 致命:无法读取“https://github.com”的用户名
我能做些什么来解决它?
【问题讨论】:
-
我在 Azure 上的活动日志中得到了类似的内容:克隆到“项目”中... bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code 1) 致命:无法读取“github.com”的用户名:无效参数致命:将“github.com/username/submodule.git”克隆到子模块路径“子模块”失败 D:\Program Files (x86)\Git\cmd\git.exe 子模块更新 --init --recursive
标签: git azure github git-submodules