From: Robert Dober Date: 2010-03-14T20:41:20+09:00 Subject: Re: [Mac OS X] redcar install 2010/3/14 Une Bévue : > > I've downloaded, using git redcar with : > > zsh-% git clone git://github.com/danlucraft/redcar.git > > zsh-% git checkout stable > fatal: Not a git repository (or any of the parent directories): .git > I am waaay to stupid to understand GIT but I am fighting ;) Newer versions suport git clone -b stable-branch git:/... to clone the branch you want which might save you some troubles, please note that the stable branch's name is "stable-branch" and that git checkout cannot work if you have not created the branch locally first, but if you do this cd blueplane git branch stable-branch git checkout stable-branch but pulling is a bad idea now :( Hopefully some git guru help us here ;) git pull origin stable-branch but this is probably not the right way > zsh-% cd redcar > > zsh-% git checkout stable > error: Updating 'textmate' would lose untracked files in it > > zsh-% git submodule init > > zsh-% git submodule update > Initialized empty Git repository in > /Users/yt/git/redcar/lib/openssl/.git/ > remote: Counting objects: 3281, done. > > ... > > Resolving deltas: 100% (1869/1869), done. > fatal: reference is not a tree: e824707f13942306d777671179d36c181d0c9e52 > Unable to checkout 'e824707f13942306d777671179d36c181d0c9e52' in > submodule path 'vendor/java-mateview' > zsh-% > > > i wonder for this fatal error, did I forgot something ? > > does exists a precompiled package for redcar ? > -- > « L'essence même du génie, c'est de mettre en pratique > les idées les plus simples. » > (Charles Peguy) > > -- Learning without thought is labor lost; thought without learning is perilous.” --- Confucius