我正在尝试将项目从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>"
答案 0 :(得分:3)
//depot/C:\build\mainline@all
不是有效的Perforce depot路径,因此根据它进行导入不会有任何变化。尝试为您尝试导入的Perforce文件提供软件仓库路径。
如果您不确定,请尝试:
git p4 clone //depot/... C:\Test-Git