Another thing you can try: In your GitLab home folder look at: 
./gitlab-rails/uploads/user/avatar/<your id>/<image>

Where <your id> you will get it from the database table "user" and <image> 
is the image name you uploaded. Also there must be a 
./gitlab-rails/uploads/tmp/<uid>/<image> where <uid> is some unique number. 
Just check if these files exists. Alternatively you can simply search for 
the file you uploaded: "find . -iname <imagefile>".

If there is nothing, something went wrong with your installation.

thomas

-- 
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 gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/54e26d1e-17b1-41f2-8307-df91c7e413c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to