Chef Knife - 与 Chef 服务器同步错误
Chef Knife - Error Synch with Chef Server
我更改了食谱,在 GitHub 上与我的主人合并后,我想将我的 repo 与 Chef 服务器同步,我尝试编写一些不同的命令,例如:
knife upload site-cookbooks/my_cookbook
knife upload cookbook site-cookbooks/my_cookbook/recipes
无论如何我都会得到下一个错误:
ERROR: Chef::ChefFS::FileSystem::OperationNotAllowedError: Chef::ChefFS::FileSystem::OperationNotAllowedError
谁能帮我将我的仓库与 Chef 服务器同步?
提前致谢。
我更改了食谱,在 GitHub 上与我的主人合并后,我想将我的 repo 与 Chef 服务器同步,我尝试编写一些不同的命令,例如:
knife upload site-cookbooks/my_cookbook
knife upload cookbook site-cookbooks/my_cookbook/recipes
无论如何我都会得到下一个错误:
ERROR: Chef::ChefFS::FileSystem::OperationNotAllowedError: Chef::ChefFS::FileSystem::OperationNotAllowedError
谁能帮我将我的仓库与 Chef 服务器同步? 提前致谢。