paladini / ghost-on-github-pages

Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
http://paladini.github.io/ghost-on-github-pages-demo/
MIT License
485 stars 69 forks source link

No changes to commit after running deploy script and modifying blog from dashboard #12

Closed rolandtshen closed 6 years ago

rolandtshen commented 6 years ago

[INFO] Deploying to your Github repository... sh: wget: command not found On branch master nothing to commit, working directory clean Everything up-to-date

Even when I make changes to the dashboard by adding new blog posts or changing the title etc., git still doesn't detect any changes to commit.

foobarjimmy commented 6 years ago

=====> sh: wget: command not found wget is the tool used to get content from your local server.

shell is showing that you dont have wget installed. Install it and it should be working.

if dpkg-based : apt-get install wget if rpm-base : yum install wget