将$ HOME / .cf重定位到Windows上的其他位置(指定.cf的自定义路径)

时间:2015-08-28 06:47:10

标签: windows client cloudfoundry ibm-cloud

我的override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { let cell = super.tableView(tableView, cellForRowAtIndexPath: indexPath) cell.layoutIfNeeded() return cell } 文件夹位于网络映射驱动器.cf上。当我没有连接到公司网络时,我收到此错误,因为驱动器不可用。我使用Windows 7

U:\.cf

我也遇到了目标插件的问题,因为我不是该文件夹的所有者(只有读写权限)。

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

1 个答案:

答案 0 :(得分:2)

根据CF CLI的documentation ...

“新的CF_HOME环境变量允许您在任何地方找到config.json文件。”

将此shell变量设置为其他位置。