Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.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
Azure 继续部署github专用存储库无法正常工作_Azure_Github_Continuous Deployment_Azure Git Deployment - Fatal编程技术网

Azure 继续部署github专用存储库无法正常工作

Azure 继续部署github专用存储库无法正常工作,azure,github,continuous-deployment,azure-git-deployment,Azure,Github,Continuous Deployment,Azure Git Deployment,Azure继续部署,但github专用存储库无法正常工作。我正在使用Azure部署按钮方法 错误:响应状态代码不表示成功:404(未找到) 自述文件 <a href="https://azuredeploy.net/?repos...{repoURL}" target="_blank"><img src="http://azuredeploy.net/deployb..."/></a> azuredeploy.json "repoURL": { "type"

Azure继续部署,但github专用存储库无法正常工作。我正在使用Azure部署按钮方法

错误:响应状态代码不表示成功:404(未找到)

自述文件

<a href="https://azuredeploy.net/?repos...{repoURL}" target="_blank"><img src="http://azuredeploy.net/deployb..."/></a>
azuredeploy.json

"repoURL": {
"type": "string",
"defaultValue": "{repoUrl}.git"
},

当您尝试访问非公共存储库且不允许访问该存储库时,Github将以404错误响应。
确保您从Azure连接到github的github用户可以访问github存储库。
使用SSH密钥连接到Github时,请确保SSH密钥链接到有权访问存储库的用户


如果已经正确配置,请查看以下问题:

Github在您尝试访问非公共存储库且不允许访问该存储库时,会出现404错误。
确保您从Azure连接到github的github用户可以访问github存储库。
使用SSH密钥连接到Github时,请确保SSH密钥链接到有权访问存储库的用户

如果已经正确配置,请查看以下问题:

"repoURL": {
"type": "string",
"defaultValue": "{repoUrl}.git"
},