Tagged Questions
0
votes
2answers
68 views
Can not su to normal user [closed]
I have a centos 5.8 box with gitolite installed .
It worked fine until I yesterday my gitolite didn't work. ( fatal the remote end hung up unexpectedly)
I logged to the box using root account. and ...
2
votes
1answer
147 views
Separate git accounts on linux server
I have a lot of git repositories on my linux (ubuntu) server. I access all of them with the Apache user www-data. This worked great in the past because I was the only web developer. Now I have ...
1
vote
2answers
96 views
Permissions in a multiuser Linux environment
This question has been asked many times, but I haven't found a solution for this type of permission.
I have a VPS with multiple websites in chroot, each one running with a unique user, without root ...
0
votes
2answers
1k views
Permission problem with Git (over SSH) on FreeBSD
We're having permission problem with Git on FreeBSD. The setup is fairly straight forward. We have a few different repos on the same server. For simplicity, let's say they reside in /git/repo1 and ...