I've been trying to install giter8
using brew
, like so:
brew install giter8
I get the following error:
Error: giter8 has been disabled because it fetches unversioned dependencies at runtime!
Does anybody know how to fix this, or what workarounds are available. Thank you!
This worked as a workaround for me. No idea if that's the proper fix
Edit the brew formula for giter8:
and delete this line
The default editor will be vim -- put cursor at that line and hit
dd
to delete then type:x
to save and exitthen re-run
brew install giter8
and you should be good