I am using git version 1.7.10.4 on debian Wheezy.
I am trying to create a new repository (according to the 'manual of git-scm.com)
However everytime I get this fatal error:
fatal: repository 'poekoe' does not exist
So this is what I type at command line:
git clone --bare --progress poekoe poekoe.git
I also tried this on a sqeeze distribution and there it works fine.
(git version on squeeze is: git version 1.7.2.5)
All installed packages on the wheezy distribution are:
libcurl4-gnutls-dev
libexpat1-dev
gettext
vim
libz-dev
libssl-dev
git
all to get this working.
Does anybody know how to fix this?
I am running the script as root
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…