Tyler Davis

Results 2 comments of Tyler Davis

I'm also experiencing this on Windows 10, using bash.exe

I'm getting a similar error when running the install script. Gemfile ``` source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '~> 3.0.2' gem 'aasm' gem 'active_interaction', '~> 4.1' gem 'active_link_to'...