M
M
Marat2015-09-14 14:42:04
git
Marat, 2015-09-14 14:42:04

Local git server working with Cyrillic in project files?

Good afternoon,
You need a Git-server with a Web interface to work on the local network.
Tried GitLab (Linux) - works fine (SSH support + project and user setup), cons - Browse Code for project files works absolutely terrible for files (mostly UFT-8 W/O BOM) containing Cyrillic (not only comments, but and string constants, etc.). The code parser breaks corny (only the first lines are displayed, if you remove the Cyrillic alphabet in the file, then everything is OK). You can, of course, use raw browsing (but there is no parsing + git diff, etc.). Editing sections of the ruby ​​code (Charlock Sholmes gem and encoding - not always useful). Well, another disadvantage is complexity (RoR + NGINX + Unicorn + Redis ....)
Bonobo Git Server (under Windows) - has no problems with Cyrillic, but too simple + also requires WIndows.
Maybe there are those who use some kind of git server on the local network (gogs is especially interested)? I would be grateful if someone tries files with Cyrillic and unsubscribes here.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Marat, 2015-09-15
@Joysi75

The error was banal,
after analyzing the nginx logs, I found (13: permission denied.)
The rights were lost. Repaired elementary :)
chgrp -R git /var/lib/nginx/
chown -R git /var/lib/nginx/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question