【发布时间】:2018-03-14 14:29:32
【问题描述】:
我正在尝试将项目从 Perforce 迁移到 Git。我正在关注并在克隆步骤中,执行停止并显示一条消息:
导入没有变化!
不签出任何分支,使用“git checkout -q -b master”
可能是什么问题?
C:\Test-Git>git p4 clone //depot/C:\build\mainline@all C:\Test-Git
Importing from //depot/C:/build/mainline@all into C:\Test-Git
Initialized empty Git repository in C:/Test-Git/.git/
No changes to import!
Not checking out any branch, use "git checkout -q -b master <branch>"
【问题讨论】:
-
您的 P4 路径似乎不正确:
//depot/C:\build\mainline@all。请参阅stackoverflow.com/q/49263004/1540600 中的讨论。
标签: git version-control migration perforce git-p4