Can't create repos 32bit Ubuntu 11.10 Pygments Error
Created by: matburt
I read through all of the issues here that seemed similar to this but nothing ever helped me solve my problem:
ActionView::Template::Error (wrong number of arguments (193850364 for 0)):
9: %li You should push repository to proceed.
10: %li After push you will be able to browse code, commits etc.
11:
12: - bash_lexer = Pygments::Lexer[:bash]
13: %div.git-empty
14: %h3 Git global setup:
15: - setup_str = ["git config --global user.name "#{current_user.name}"",
app/views/projects/empty.html.haml:12:in _app_views_projects_empty_html_haml__498393118_92093170' app/controllers/projects_controller.rb:70:in
show'
I get that it's probably a ruby issue, or a rubypython issue, or something... but it's just driving me crazy.