gpt4 book ai didi

azure - 使用控制台将 git 将存储库克隆到 powershell azure 函数中

转载 作者:行者123 更新时间:2023-12-03 02:22:41 28 4
gpt4 key购买 nike

运行 git clone 的正确语法是什么? Azure 函数 powershell 7.0 上的命令?

我正在尝试:git clone <repo https>

并在末尾添加路径 git clone <repo https> /.

我收到以下错误消息:

`Command 'starter.cmd git clone https ...' was aborted due to no output nor CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.`

*更新:

还尝试过 git clone https://username:<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0d7d6c7e7e7a627f694d6a647965786f236e6260" rel="noreferrer noopener nofollow">[email protected]</a>/username/repository.git

克隆到“”...致命:无法访问“https://github.com//.git/”:URL 使用错误/非法格式或缺少 URL

我还没有找到任何关于此的文档...这可能吗?

最佳答案

我首先会问您想通过这样做来实现什么目的,因为这是一个有点奇怪的场景,并且可能有更好的方法将存储库克隆为管道的一部分并使用您的函数发布内容。

如果您确实必须走这条路,我会考虑使用 Invoke-RestMethod/Invoke-WebRequest 下载存储库/分支内容,然后解压到底层目录结构。

Invoke-WebRequest -Uri 'https://github.com/$owner/$repo/archive/$branch.zip' -OutFile '$repo.zip'

或使用 .NET 方法,如 Matthias 在此回复中指出的那样: https://stackoverflow.com/a/48547954/12040634

关于azure - 使用控制台将 git 将存储库克隆到 powershell azure 函数中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68218875/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com