【发布时间】:2012-10-01 04:04:13
【问题描述】:
使用安装了 cygwin、chef 和 ruby 的 Windows 命令行。尝试时
knife cookbook site install mysql
返回以下错误
Begin output of tar zxvf D:/path/to/chef-repo/cookbooks/mysql.tar.gz
STDOUT:
STDERR: tar<child>: Cannot connect to D: resolve failed
gzip: stdin: undexpected end of file
tar: Child returned status 128
tar: Error is not recoverable: exiting now</code>
我该如何解决这个问题?我可以使用
手动解压缩tar zxvf mysql.tar.gz
但这并不理想。我相信这与colon in filename 有关,但我怎样才能改变刀或厨师的偏好呢?
【问题讨论】:
标签: command-line gzip tar chef-infra