git tf 配置 "A server path must be absolute"
git tf configure "A server path must be absolute"
命令(cmd 和 powershell)示例(服务器和路径名已更改)
c:\code\git\svnImport> git tf configure http://server:8080/tfs/collection $/project --deep
回应
git-tf: A server path must be absolute: $C:/Program Files (x86)/Git/project
这里有什么奇怪的是,错误消息将本地路径吐回到我的工作站上安装 Git 的位置,而不是 TFS 的服务器路径。
Windows 8.1 (x64)
Git 2.9.0 (x64)
TFS 2015
我已经用头撞墙几个小时了……是时候寻求帮助了!任何帮助表示赞赏。
这里是里亚兹。
就这样试试吧亲爱的。
git tf configure http://server:8080/tfs/collection '$\project'
命令(cmd 和 powershell)示例(服务器和路径名已更改)
c:\code\git\svnImport> git tf configure http://server:8080/tfs/collection $/project --deep
回应
git-tf: A server path must be absolute: $C:/Program Files (x86)/Git/project
这里有什么奇怪的是,错误消息将本地路径吐回到我的工作站上安装 Git 的位置,而不是 TFS 的服务器路径。
Windows 8.1 (x64)
Git 2.9.0 (x64)
TFS 2015
我已经用头撞墙几个小时了……是时候寻求帮助了!任何帮助表示赞赏。
这里是里亚兹。 就这样试试吧亲爱的。
git tf configure http://server:8080/tfs/collection '$\project'