Sto tentando di creare un repository git accessibile pubblicamente che può essere clonato via HTTP su un server che possiedo fisicamente e con accesso root, ma esso sembra che mi manchi qualcosa. Sono nuovo di git, quindi non posso risolvere molto bene, ma ecco quello che so:`git clone` su HTTP Errore con" repository not found "
- sono in grado di clonare il repository git con
git clone ssh://[email protected]/awhsome-framework
bene git clone http://repo.alaskawh.com/framework
fallisce confatal: repository 'http://repo.alaskawh.com/framework/' not found
- http://repo.alaskawh.com/framework/ elenca il file nel repository git bene durante la mia visita in un browser web
/var/lib/gitolite/repositories/awhsome-framework.git
è un link simbolico a /var/www/repo.alaskawh.com/framework/
, ho creato il file che contiene il hooks/post-update
linea exec git update-server-info
e ho assicurato che le autorizzazioni utente siano corrette.
Qualcuno sa cosa sto facendo male?
Avete implementato un server Git Smart HTTP per [questi documenti] (http://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP)? – javabrett
@javabrett non l'ho fatto. Sto lavorando per implementarlo proprio ora e sta facendo qualcosa. –