I don't modify anything and find the same message at launch. --- fatal: ambiguous argument 'refs/heads/index': unknown revision or path not in the working tree. Use '--' to separate paths from revisions ---
This happens only on first launch before trying to access from web browser. After the first access the message is not shown anymore. When trying to access localhost:8080 I always have: --- My blog Page not found Unknown path: powered by tekuti --- This is with Aleix repository git://gitorious.org/~aleix/tekuti/acf-tekuti.git and Guile 2.0 Previously I was able to setup tekuti using Wingo repository with Guile 1.9.14. Regards, Romel Sandoval > Hello, > > Trying tekuti for the very frst time [never used/hold any blog, please > excuse my > total lack of knowledge about this] > > I took a git clone and slightly modified config.scm and mod-lisp.scm for > using the > port 8085 [8080 already used by guile-www intranet ...], then performed > the required > > git config --global user.email "[email protected]" > git config --global user.name "Your Name" > > Launching tekuti gives me this message: > > david@rascar:/usr/local/src/tekuti/git-clone 98 $ ./env src/tekuti > ;;; note: source file /usr/local/src/tekuti/git-clone/tekuti/config.scm > ;;; newer than compiled > /usr/local/src/tekuti/git-clone/tekuti/config.go > ;;; found fresh local cache > at > /usr/alto/staff/david/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/src/tekuti/git-clone/tekuti/config.scm.go > fatal: ambiguous argument 'refs/heads/index': unknown revision or path not > in the working tree. > Use '--' to separate paths from revisions > > > and trying to access http://localhost:8085 add these lines: > > fatal: ambiguous argument 'refs/heads/master': unknown revision or path > not in the working tree. > Use '--' to separate paths from revisions > > ;;; WARNING (Error handling request srfi-34 (#<condition &git-condition > [argv: ("git" "--bare" "rev-parse" "refs/heads/master") output: > "refs/heads/master > " status: 32768] a1d0ed0>)) > > > Thanks for some hints, > David > > ps: > > -] http://localhost:8085 displays an empty page, despite the default title > "My blog" ... > -] http://localhost:8085/blog/admin repeats the error message and > 'displays' an empty page too > >
