今天部署cap的时候,setup出现以下错误: 查询半天未果,不过最后还是在google找到了,可见度娘极为不靠谱! I had the same error on deploy:setup with v2.14.2. It seems to happen when the number of target servers are more than one. Change #{branch.to_s(true)} to #{branch.to_s}, and it worked. Ruby i…