Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with grunt deploy #3

Open
kc14 opened this issue Oct 28, 2015 · 0 comments
Open

Problems with grunt deploy #3

kc14 opened this issue Oct 28, 2015 · 0 comments

Comments

@kc14
Copy link

kc14 commented Oct 28, 2015

Ich versuche das Jekyll-Theme Gridster auf meinem Mac zum Laufen zu bringen. Ich denke, dass ich schon relativ weit gekommen bin. Die Tool-Chain funktioniert und ich kann per 'grunt serve' mein lokales Gridster auch unter localhost:4000 im Browser sehen.

Ich habe, wie in der Doku beschrieben, auf github einen Branch namens 'source' angelegt und versucht alles in den branch 'source' zu commiten.

Das Repository ist öffentlich unter https://github.com/kc14/kc14.github.io einsehbar. Gridster befindet sich im Unterordner gridster/ .

Leider kann ich aber den Inhalt nicht unter GitHub Pages publizieren.

Das Kommando 'grunt deploy' schlägt immer fehl mit den folgenden Fehlern:

>$ grunt deploy
Running "buildcontrol:pages" (buildcontrol) task
Warning: There are uncommitted changes in your working directory. 
Please commit changes to the main project before you commit to 
the built code.
 Use --force to continue.

Aborted due to warnings.
frank@franks-15-in-retina-unicorn-ii:~/Repositories/kemmer.consulting/git/kc14.github.io/gridster
>$ git status
On branch source
Your branch is up-to-date with 'origin/source'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)

    modified:   jekyllbuild (modified content)

no changes added to commit (use "git add" and/or "git commit -a")
frank@franks-15-in-retina-unicorn-ii:~/Repositories/kemmer.consulting/git/kc14.github.io/gridster
>

Anscheinend habe ich ein Problem mit dem Verzeichnis jekyllbuild ... aber ich habe leider keine Idee mehr, was ich noch tun könnte. Leider kenne ich mich auch nicht allzugut mit git aus ...

GitHub hat mir eine e-Mail zugeschickt, das der Build fehlgeschlagen wäre:

The submodule gridster/jekyllbuild was not properly initialized with a .gitmodules file

Der Ratschlag von GitHub:

In the submodule's directory, run git submodule init, then git submodule update.

hat bei mir nicht geholfen.

Hat jemand eine Idee, was ich falsch mache?

P.S.: Das Ausfüllen des Formulars auf http://digitalmind.ch/kontakt/ führt in meinem Browser immer zu einer Endlosschleife mit der Fehlermeldung: Not Found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant