Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/374.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku 使用完整性连续集成克隆git私有回购导致问题_Heroku_Integrity - Fatal编程技术网

Heroku 使用完整性连续集成克隆git私有回购导致问题

Heroku 使用完整性连续集成克隆git私有回购导致问题,heroku,integrity,Heroku,Integrity,我已经成功地在Heroku上部署了完整性。我已经能够在git上为公共回购构建脚本,并且构建运行成功。 但运行integrity for private repo会给我带来错误 error: The requested URL returned error: 401\nerror: The requested URL returned error: 401\nerror: The requested URL returned error: 401\n" "error: pathspec 'orig

我已经成功地在Heroku上部署了完整性。我已经能够在git上为公共回购构建脚本,并且构建运行成功。 但运行integrity for private repo会给我带来错误

error: The requested URL returned error: 401\nerror: The requested URL returned error: 401\nerror: The requested URL returned error: 401\n"
"error: pathspec 'origin/master' did not match any file(s) known to git.\n"
我使用https版本进行克隆,因为heroku不支持ssh克隆

我认为克隆私有回购协议需要提供密码,那么在完整性方面有没有提供密码的方法


或者是否有其他相同的方法。

首先,您需要在完整性项目设置中取消选中“公共项目”复选框。 其次,您需要在https url上传递密码。
这对我来说应该是可行的:)

我可以问一下,您是如何配置Integrity以从私人回购获取的吗?