我在debian Wheezy上使用git版本1.7.10.4.
我正在尝试创建一个新的存储库(根据' git-scm.com的手册)但是每次我都会遇到这个致命的错误:
fatal: repository 'poekoe' does not exist
Run Code Online (Sandbox Code Playgroud)
这就是我在命令行输入的内容:
git clone --bare --progress poekoe poekoe.git
Run Code Online (Sandbox Code Playgroud)
我也在sqeeze发行版上试过这个,它运行正常.(挤压的git版本是:git版本1.7.2.5)
wheezy发行版上的所有已安装软件包包括:
libcurl4-gnutls-dev
libexpat1-dev
gettext
vim
libz-dev
libssl-dev
git
Run Code Online (Sandbox Code Playgroud)
一切都是为了让这个工作.
有人知道如何解决这个问题吗?我以root身份运行脚本