jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

"rake test_sever" not working in windows. is there any way to resolve this ? #255

Closed dhruvk1998 closed 2 years ago

dhruvk1998 commented 2 years ago

//COMMAND: rake test_server

//OUTPUT: (in C:/Users/dhruv/Desktop/WORK/fake-s3-master) bundler: command not found: bin/fakes3 Install missing gem executables with bundle install

pickhardt commented 2 years ago

Try running bundle install to install the missing gems first.