mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 13:53:45 -04:00
git missing #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pviotti on GitHub (Sep 15, 2022).
Hi @BretFisher, thanks for this project - it really saves a lot of trouble with Ruby gems.
When I run
docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-servein the folder of my project, after a long series of fetch/install logs, I get this error message:It seems in the liquid template I have some tags that extracts the git revision using
gitcommand, butgitis not installed, so it fails.Could you please add git to the image or suggest a workaround?
@BretFisher commented on GitHub (Sep 16, 2022):
git added!