gpt4 book ai didi

macos - git 存档 --format=tar HEAD :mydir/| tar t -> fatal: current working directory is untracked

转载 作者:行者123 更新时间:2023-12-04 12:50:41 25 4
gpt4 key购买 nike

我正在尝试在我的 git 存储库中归档一个文件夹:

git archive --format=tar HEAD:mydir/ | tar t

但是,我收到的错误消息是:
fatal: current working directory is untracked

我遵循的说明是 here .

我的 git 版本是:2.1.2

google搜索只找到了 6 个链接,所有这些链接都有几年的历史,看起来并不相关。

最佳答案

解决方案是:

cd $myrepo/mydir
git archive --format=tar HEAD ./ | tar t

关于macos - git 存档 --format=tar HEAD :mydir/| tar t -> fatal: current working directory is untracked,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30517577/

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