将 $HOME/.cf 重新定位到 Windows 上的其他位置(为 .cf 指定自定义路径)
relocate $HOME/.cf to other location on Windows (specify custom path for .cf)
我的 .cf
文件夹位于网络映射驱动器 U:\.cf
上。当我未连接到公司网络时,我收到此错误,因为驱动器不可用。我用 Windows 7
FAILED Error read/writing config: open U:\.cf\config.json: This operation is supported only when you are connected to the server.
我也有目标插件的问题,因为我不是文件夹的所有者(只有读写权限)。
> cf save-target -f example
Error: symlink U:\.cf\targets\example.config.json U:\.cf\targets\current: A required privilege is not held by the client.
如何将 .cf
移动到本地驱动器?例如C:\.cf
根据 CF CLI 的 documentation...
"The new CF_HOME environment variable allows you to locate the config.json file wherever you like."
将这个 shell 变量设置到另一个位置。
我的 .cf
文件夹位于网络映射驱动器 U:\.cf
上。当我未连接到公司网络时,我收到此错误,因为驱动器不可用。我用 Windows 7
FAILED Error read/writing config: open U:\.cf\config.json: This operation is supported only when you are connected to the server.
我也有目标插件的问题,因为我不是文件夹的所有者(只有读写权限)。
> cf save-target -f example
Error: symlink U:\.cf\targets\example.config.json U:\.cf\targets\current: A required privilege is not held by the client.
如何将 .cf
移动到本地驱动器?例如C:\.cf
根据 CF CLI 的 documentation...
"The new CF_HOME environment variable allows you to locate the config.json file wherever you like."
将这个 shell 变量设置到另一个位置。