Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在本地计算机上启动 pcf dev 时,我遇到了一个奇怪的问题。
如您所见,每当我尝试启动它时,它都会在尝试添加 DVD 驱动器的步骤中失败。我的cf版本是6.38.0+7ddf0aadd.2018-08-07
我的 cf 开发版本是 0.0.9
总系统内存 8.0GB Windows 10 with Hyper-V
有什么建议么 ?
我想你在这里找到了这个,但是当用户目录中有空间时,PCF Dev 当前会失败。这是一个已知的错误,有望很快得到修复。
如果您执行以下操作,则可以解决此限制:
$ cf dev stop # to clean any leftover resources $ $env:CFDEV_HOME="C:\cfdev" $ cf dev start -f E:\pcfdev-pas.v.2.0.20.0-build.0.82.0.iso
这只是将 PCF Dev 资源的目录放入没有空格的位置。