Hi all.
Gitlab version is 6.8
Used this instruction 
https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos
Host:
*Linux gitme 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux*
*CentOS release 6.5 (Final)*

All installed fine but when I create project I use follow instruction for 
1st push:

GC:

git config --global user.name "Ololosh"
git config --global user.email "[email protected]"


CR:
mkdir zzz

cd zzz
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:ololosh/zzz.git
git push -u origin master


I can find files in the repo:

drwxrwx---  7 git git 4096 Апр 27 19:55 zzz.git
drwxrwx---  7 git git 4096 Апр 27 19:55 zzz.wiki.git

and other files:
drwxr-xr-x 2 git git 4096 Апр 27 19:55 branches
-rw-r--r-- 1 git git   66 Апр 27 19:55 config
-rw-r--r-- 1 git git   73 Апр 27 19:55 description
-rw-r--r-- 1 git git   23 Апр 27 19:55 HEAD
drwxr-xr-x 2 git git 4096 Апр 27 19:55 hooks
drwxr-xr-x 2 git git 4096 Апр 27 19:55 info
drwxr-xr-x 4 git git 4096 Апр 27 19:55 objects
drwxr-xr-x 4 git git 4096 Апр 27 19:55 refs

But when I open https://192.168.237.225/ololosh/zzz in the browser I get 
this:

<https://lh3.googleusercontent.com/-9WRdf3JSlmQ/U10pBFD1dCI/AAAAAAAAAL8/PefmN98_4TE/s1600/git_err.JPG>
I little bit confused with this error because can't understand reason of 
it. nginx user in git group. ACL's looks OK. No errors in the log files. 

Thanks for any help.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to