我正在使用这个版本的gitp4.py并且在尝试克隆 repo 时出现以下错误。
git p4 clone //xxx/xxx@all xxx
Importing from //xxx/xxx@all into xxx
Initialized empty Git repository in /cygdrive/d/xxx/.git/
Import destination: refs/remotes/p4/master
Importing revision 00000(0%)
Importing revision 00001(2%) Error from p4 print for //xxx/xxx/xxx/SomeFile.cs: Can't map //yyy/yyy/yyy/SomeFile.cs
请注意,根路径不同。似乎我的 repo (xxx) 包含一个引用另一个 repo (yyy) 的文件。我无权访问 yyy 存储库。有没有办法通过完全跳过此修订版或从历史记录中删除此文件来防止此错误?
谢谢,M。