git-tfs quick-clone http://my-se-6ren">
gpt4 book ai didi

git-tfs - 简单的 git-tfs unshelve 踢回 "The system cannot find the file specified"

转载 作者:行者123 更新时间:2023-12-04 18:14:10 24 4
gpt4 key购买 nike

我在 TFS 搁置集上做了很多工作,想改用 git-tfs。事情开始顺利,但我被困在下面的错误中。这是我的序列,从一个空目录工作。

> git-tfs quick-clone http://my-server/tfs/collection $/my/tfs/path
3145 objects created...
blah = longhashcode

> cd path

> git checkout -b MyWork
Switched to new branch 'MyWork'

> git-tfs unshelve MyTfsShelfName MyWork
The system cannot find the file specified

我已经尝试添加 -u "myuser"、新的分支名称等,但不能比“系统找不到指定的文件”更进一步。难住了。 :(

最佳答案

我很确定您收到的错误消息是由 git-tfs 无法找到 git.exe 引起的。 (默认情况下添加到路径中的是 git.cmd)。尝试使用“git tfs”而不是“git-tfs”,如下所示:

git tfs unshelve MyTfsShelfName MyWork

更多信息: https://github.com/git-tfs/git-tfs/issues/31

关于git-tfs - 简单的 git-tfs unshelve 踢回 "The system cannot find the file specified",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12043182/

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