devanhurst / ktane_voice

A bomb-defusing robot for people without friends.
411 stars 22 forks source link

bundler installing bullcrap (windows 10) #27

Open plotonnn opened 1 year ago

plotonnn commented 1 year ago

so, bundler is trying to install requirements from a "git://" site, which doesn't work. i downloaded the git from https, ruby likes it, bundler doesn't. bundler still tried to install from the same site, tho it can't even connect to it. after downloading gems myself, an error occured while making native extensions for ffi. so, i can't install anything even manually. what the hell am i supposed to do?

P.S. installing newer versions of ffi does work with installing it in general, but charlie doesn't want to aknowledge it's existence.

@devanhurst