I got the answer.
Why we got this error?
For the rake version of our OS is different from the version of our project. When we set the same. Everything gets ok!
The light way is set the same version in our Gemfile. And make sure keep all the project the same rake!
gem 'rake', '10.2.2' #forking error! force the version the same with our OS and all projects!!!
I hope U see what I said and the real reason of this error. Then we will have more resolutions such as "bundle update rake". Thanks!