Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M maximum-awesome
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Square
  • maximum-awesome
  • Issues
  • #248
Closed
Open
Issue created Aug 05, 2018 by Administrator@rootContributor

Rake failed at Vundle

Created by: jkoby

Getting the following when I rake on macOS 10.13:

-- Homebrew --------------------------------------------------------------------

-- Homebrew Cask ---------------------------------------------------------------

-- the_silver_searcher ---------------------------------------------------------

-- iterm2 ----------------------------------------------------------------------

-- ctags -----------------------------------------------------------------------

-- reattach-to-user-namespace --------------------------------------------------

-- tmux ------------------------------------------------------------------------

-- symlink ---------------------------------------------------------------------
ln -s /Users/jkoby/maximum-awesome/vim /Users/jkoby/.vim
ln -s /Users/jkoby/dotfiles/tmux.conf /Users/jkoby/.tmux.conf.bak
rm /Users/jkoby/.tmux.conf
ln -s /Users/jkoby/maximum-awesome/tmux.conf /Users/jkoby/.tmux.conf
ln -s /Users/jkoby/dotfiles/vimrc /Users/jkoby/.vimrc.bak
rm /Users/jkoby/.vimrc
ln -s /Users/jkoby/maximum-awesome/vimrc /Users/jkoby/.vimrc
ln -s /Users/jkoby/maximum-awesome/vimrc.bundles /Users/jkoby/.vimrc.bundles
cp /Users/jkoby/maximum-awesome/vimrc.local /Users/jkoby/.vimrc.local
cp /Users/jkoby/maximum-awesome/vimrc.bundles.local /Users/jkoby/.vimrc.bundles.local
cp /Users/jkoby/maximum-awesome/tmux.conf.local /Users/jkoby/.tmux.conf.local

-- vundle ----------------------------------------------------------------------
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/bundle/Vundle.vim
Cloning into '/Users/jkoby/.vim/bundle/Vundle.vim'...
remote: Counting objects: 3136, done.
remote: Total 3136 (delta 0), reused 0 (delta 0), pack-reused 3136
Receiving objects: 100% (3136/3136), 933.43 KiB | 1.93 MiB/s, done.
Resolving deltas: 100% (1105/1105), done.
~/bin/vim -c "PluginInstall!" -c "q" -c "q"
sh: /Users/jkoby/bin/vim: No such file or directory
rake aborted!
Command failed with status (127): [~/bin/vim -c "PluginInstall!" -c "q" -c "q...]
/Users/jkoby/maximum-awesome/Rakefile:205:in `block (2 levels) in <top (required)>'
/Users/jkoby/maximum-awesome/Rakefile:254:in `block in <top (required)>'
/usr/local/lib/ruby/gems/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => install:vundle
(See full trace by running task with --trace)
Assignee
Assign to
Time tracking