sbt / sbt-ghpages

git, site and ghpages support for sbt projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal: Not a git repository (or any of the parent directories): .git

Sciss opened this issue · comments

I don't know what's going on. I just get this error when running sbt ghpages-push-site.

Directory from which I run:

https://github.com/Sciss/Mellite/tree/9492f353b11467c6e67a67673bc3522f97f81c6c/site

Empty gh-pages branch origin:

https://github.com/Sciss/Mellite/tree/gh-pages

Seems this was a cache problem. Running sudo rm -r ~/.sbt/ghpages/ and then trying again worked.