libreim / blog

Blog colaborativo sobre matemáticas e informática de la comunidad de @libreim.
https://libreim.github.io/blog
GNU General Public License v3.0
29 stars 8 forks source link

Rakefile necesita instalar git #98

Closed mroman42 closed 9 years ago

mroman42 commented 9 years ago

Cuando se intenta ejecutar rake post se obtiene el siguiente error:

rake aborted!
LoadError: cannot load such file -- git
/home/andreshp/SeminariosDobleGrado/blog/Rakefile:24:in `block in <top (required)>'
Tasks: TOP => post
(See full trace by running task with --trace)

Porque no está instalado git como librería de ruby. Necesita ejecutar antes:

sudo gem install git

Para que funcione correctamente.

Esto habría que indicarlo en el propio Rakefile, o dar un mensaje de error más explícito.

fdavidcl commented 9 years ago

Es que cambié el Gemfile, tenéis que volver a hacer bundle install (sorry, no avisé).

mroman42 commented 9 years ago

Y eso sí está indicado en la guía de Jekyll del readme.md. Cierro, aunque a @andreshp le están dando errores todavía, que se pueden tratar por otra issue.