3

在我将 mac 上的 chef 客户端升级到 11.10.4 版本后,我无法使用刀命令下载食谱。我有最新的刀版本和最新的 Mac 版 xcode 5.1。有谁知道似乎是什么问题?

$ knife cookbook site list
ERROR: Chef::Exceptions::ContentLengthMismatch: Response body length 2219 does not match HTTP Content-Length header 659.

$ knife cookbook site download apt
ERROR: Chef::Exceptions::ContentLengthMismatch: Response body length 2830 does not match HTTP Content-Length header 439.
4

1 回答 1

3

这是最新版本的 Chef Client https://tickets.opscode.com/browse/CHEF-5100中报告的错误。您可以降级您的 Chef 安装,问题就会消失。


正如评论中所指出的,这已在 11.12.0 中修复。

于 2014-03-28T16:20:39.347 回答