我做了所有这些步骤,最后我克隆了我的respo,但不幸的是, 我没有服务器中的每个文件?
etape 1
// in server
mkdir hub-plugins
cd hub-plugins
// initialise git sans repertoire de travail "working directory"
git init --bare
etape 2
in local
// add
git remote add origin ssh://root@IP/home/web/xavier-artot.com/ftp/www/hub-plugins
// on ajoute .git local qu server
git push origin master
etape 3
in server
// I clone the test
git clone hub-plugins test
由于