Closed ghost closed 7 years ago
apparently an issue with gawk depending on a bad readline.
This makes it so a good version of readline is installed:
brew uninstall gawk
brew uninstall readline
brew install readline
brew install gawk
Also, looks like i need to add a case to handle installing nvm when you've already switched your shell from bash to zsh.
To fix the other issue:
down the rabbit hole with ruby :)
brew uninstall ruby --ignore-dependencies --force ruby
RUBY_CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline` --with-libyaml-dir=`brew --prefix libyaml`
brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
rbenv install 2.4.1
rbenv global 2.4.1
open a new terminal session
gem update --system
then you should be able to install git-up:
gem install git-up
I had to do reinstall to get it working:
brew reinstall readline
brew reinstall gawk
in my latest setup, I've removed the gem installs. Now using git pull --rebase --autostash
as an alias in .gitconfig for git up
For me a simple
brew uninstall gawk
brew install gawk
did the trick.
I am running 10.11.6 El Capitan When I run
./install.sh
I get the same error repeated several times throughout the install:Here is the full output of running
./install.sh
. (I had already run the install a couple times, but at this point, the output is the same each time.)After the install, I get the same error each time I start iTerm:
Running
sudo chown -R $(whoami) /Library/Ruby/Gems/2.0.0
and restarting iterm does not fix the problem.In addition, there is a problem with the installation of
git-up
. Runninggit-up
gives this error: