Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> The snippets used by the starter kit are available in their own git >> repository at http://github.com/eschulte/yasnippet-org-mode > > Trying to clone it, I get: > > #+begin_src sh > [sva@MEDIACENTER] ~/src>git clone http://github.com/eschulte/yasnippet-org-mode > Cloning into yasnippet-org-mode... > fatal: http://github.com/eschulte/yasnippet-org-mode/info/refs not found: did you run git update-server-info on the server? > #+end_src The usual github lossage :-) The http interface for people to look at the repo is the above path. However the git repo has a .git on the end. Use the path you quoted with a browser and find the git URL. gdt 22 ~/SOFTWARE/EMACS > git clone http://github.com/eschulte/yasnippet-org-mode.git Initialized empty Git repository in /usr/home/gdt/SOFTWARE/EMACS/yasnippet-org-mode/.git/ remote: Counting objects: 42, done. remote: Compressing objects: 100% (42/42), done. remote: Total 42 (delta 9), reused 0 (delta 0) Unpacking objects: 100% (42/42), done.