Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created January 3, 2012 04:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NZKoz/1553521 to your computer and use it in GitHub Desktop.
Save NZKoz/1553521 to your computer and use it in GitHub Desktop.
Broken Janus Install
Koz-Prostyle:~ michaelkoziarski$ curl -Lo- http://bit.ly/janus-bootstrap | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 950 100 950 0 0 478 0 0:00:01 0:00:01 --:--:-- 3104
Cloning into /Users/michaelkoziarski/.vim...
remote: Counting objects: 2687, done.
remote: Compressing objects: 100% (1168/1168), done.
remote: Total 2687 (delta 1525), reused 2498 (delta 1365)
Receiving objects: 100% (2687/2687), 321.94 KiB | 91 KiB/s, done.
Resolving deltas: 100% (1525/1525), done.
(in /Users/michaelkoziarski/.vim)
rake update
(in /Users/michaelkoziarski/.vim)
Cleaning the janus folder
Pulling latest changes
Synchronising submodules urls
Updating the submodules
remote: Counting objects: 62, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 62 (delta 22), reused 57 (delta 17)
Unpacking objects: 100% (62/62), done.
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 6 (delta 0)
Unpacking objects: 100% (6/6), done.
error: The requested URL returned error: 403 while accessing https://github.com/telamon/vim-color-github.git/info/refs
fatal: HTTP request failed
Unable to fetch in submodule path 'janus/vim/colors/github'
rake install
(in /Users/michaelkoziarski/.vim)
mkdir -p _backup
mkdir -p _temp
ln -s /Users/michaelkoziarski/.vim/janus/vim/vimrc /Users/michaelkoziarski/.vimrc
ln -s /Users/michaelkoziarski/.vim/janus/vim/gvimrc /Users/michaelkoziarski/.gvimrc
****************************************
* Installing mustache *
****************************************
mkdir -p janus/vim/langs/mustache/syntax
mkdir -p janus/vim/langs/mustache/ftdetect
****************************************
* Installing command-t *
****************************************
****************************************
* Installing hammer *
****************************************
****************************************
* Installing watchtower *
****************************************
mkdir -p janus/vim/tools/watchtower/autoload
Koz-Prostyle:~ michaelkoziarski$ mvim Clients/Some/app
Koz-Prostyle:~ michaelkoziarski$ Error detected while processing function janus#load_pathogen:
line 3:
E484: Can't open file /Users/michaelkoziarski/.vim/janus/vim/core/pathogen/autoload/pathogen.vim
line 7:
E117: Unknown function: pathogen#infect
E117: Unknown function: pathogen#infect
E117: Unknown function: pathogen#infect
E117: Unknown function: pathogen#infect
line 10:
E117: Unknown function: pathogen#infect
line 11:
E117: Unknown function: pathogen#helptags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment