git - Gitlab: Unable to clone by http (cloning by ssh works well) -


i'm running gitlab 5.4 , tried git clone http server. found out doesn't work though cloning ssh works well.

here error:

git clone http://myservername/gitlab/myrepo.git cloning '<repo>'... remote: not found fatal: repository 'http://<myservername>/gitlab/<repo>.git/' not found 

and here production.log output (no errors produced)

started "/gitlab/<repo>.git/info/refs?service=git-upload-pack" xx.xx.xx.xx @ 2013-08-13 02:24:46 +0000 

more info of issue here... gitlabhq issue#4766

i guess firewall maybe? web server should running.

what on requesting url browser?


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -