gpt4 book ai didi

git - 在 Azure Git 中运行 "git archive"会出现错误消息

转载 作者:行者123 更新时间:2023-12-02 07:55:56 25 4
gpt4 key购买 nike

我正在尝试从 Azure Git 存储库中提取单个文件。

但是如果我运行这个:git archive --remote="ssh.dev.azure.com:v3/[organization]/[project]/[repo]"master myfile

它返回一个错误:

remote: Could not find a Command Extension for Command:git-upload-archive
fatal: the remote end hung up unexpectedly

这种情况在 Linux 和 Windows 中都会发生。

另一方面,请注意这些工作正常:

git克隆“ssh.dev.azure.com:v3/[组织]/[项目]/[存储库]”

git ls-remote "ssh.dev.azure.com:v3/[组织]/[项目]/[repo]"

最佳答案

我能够使用此方法从文件中提取数据:

curl -u ":[个人访问 token ]""https://dev.azure.com/[组织]/[项目]/_apis/sourceProviders/TfsGit/filecontents?repository=[repo]&path =[文件路径]&commitOrBranch=[分支]&api-version=5.0-preview.1"

关于git - 在 Azure Git 中运行 "git archive"会出现错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65912563/

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