Zlib:BufError while installing Capistrano on Windows
It’s time to dive into Capistrano and I can’t find any good get started tutorial.
Funny enough, I couldn’t even gem install capistrano. Apparently, on Windows, it’s common to be getting ERROR: While executing gem … (Zlib::BufError) buffer error.
To fix the problem I had to run gem update --system. Twice, because the first time it failed.
Thnx to don’t repeat yourself.
No comments yet, be the first one!
Leave a Reply