Gitosis is software to manage a collection of Git repositories on a server accessible by SSH, without creating local accounts for the users. It has not been updated since 2009. [Gitolite] is an actively developed alternative with a richer feature set.
0
votes
0answers
30 views
How to setup git to automatically pulls changes when I push from my computer?
I have setup Gitosis in my server.
I edit the files locally and push. But each time I push I have to pull from server to get the changes.
Is there any way to automate this process?
0
votes
0answers
20 views
Solution for gitosis-init: error: “not expecting arguments” [closed]
I have followed the steps in these link:
enter link description here
1
vote
1answer
38 views
Where does Gitosis store its files?
Firstly, I know about this post: Where does gitosis store the working copies?. But I'm consider to create this message to concrete the answer of that.
Where does gitosis store the working copies?
...
1
vote
1answer
40 views
Can't work properly with Gitosis
I ask to help with a strange error during my work with Git.
I've installed Gitosis. Here's my config:
cat /root/gitosis-admin/gitosis.conf
[gitosis]
loglevel = DEBUG
[group gitosis-admin]
writable ...
1
vote
1answer
72 views
Gitosis clone error: Unable to read config file. Permission denied
I tried to clone a gitosis repository and got the error:
ERROR:gitosis.app:Unable to read config file: [Errno 13] Permission denied: '/sr
v/gitosis/.gitosis.conf'
fatal: The remote end hung up ...
0
votes
1answer
89 views
Capistrano deploy with gitosis and application server at the same server?
I build gitosis server and stage server on the same VPS server. Clone the repository from gitosis in my local machine or stage server are work well. But cap deploy in local machine always ask me input ...
0
votes
1answer
54 views
Is setuping gitosis, or similar tools, really worth it?
Just as the title says, is it worth it going for a gitosis or gitolite setup instead of a simple git server setup?
Or, will it have any benefits in the future when I'll have more people pushing ...
1
vote
1answer
60 views
Tracking another git-repository
I try to set up a development environment "redmine", that should make it easy for multiple people to develop and maintain our own version of "redmine" including our own features and adjustments. I'm ...
1
vote
2answers
238 views
Backing up and restoring gitosis and other git repos
I am trying to backup gitosis and a repository to a backup tarball and then restore and test on a blank system to ensure that in case of complete server failure that I can get a new system running ...
0
votes
1answer
137 views
Add users to gitosis (configuration/spaces in username)
I'am trying to authorize some windows users on my gitosis-repositorys. The users have "spaces" within their usernames.
The files are added to the gitosis keydir directory and pushed to origin, the ...
0
votes
0answers
23 views
Restricting git-submodules with gitosis?
For a commercial software project with multiple parts, I would like to implement a versioning scheme by including the parts as git-submodules in a superproject, and then tagging certain commits as ...
0
votes
1answer
95 views
grep for stuff in multiple git repositories
So I've inherited a fairly large code base from some other developers, with code stored in various git repositories.
Sometimes, it's hard to know which project a particular piece of code might lie ...
0
votes
1answer
68 views
How can I use git to push changes to a production server?
I'm having trouble setting up git on my production server, I want to be able to make local edits and then push them to my live server ubuntu 11.10.
I was able to make a git repo on my server with ...
1
vote
1answer
99 views
E-mail as Git SSH User
I'm in a project where all users from a LDAP server just have e-mails as unique identifier. I need to have users clone their projects from their remote home directories on a linux server. So I'm ...
3
votes
2answers
2k views
Why do you need Gitosis or Gitolite?
Sorry for my ignorance - but what is the gain of having either Gitosis or Gitolite.
I have a Synology NAS server running, but could I not just create a "bare" on any folder on the NAS?
Regards
63
votes
4answers
23k views
gitosis vs gitolite?
I am looking for installing a git server to share projects with my team. I don't want to create a user account on the server with SSH access for each developer that needs a git access.
It seems there ...
2
votes
1answer
101 views
Understanding Gitosis user repo access
I have set up git and gitosis at my Ubuntu v-server. Creating new repositories on the server, checking out gitosis-admin.git and pushing an altered conf and new keys (otheruser.pub for example) works ...
0
votes
0answers
67 views
Gitosis giving me problems cloning a repo
I have been following the instructions within this article to install and create a git repo, however when I come to clone the git admin repo to configure it I am running into problems.
I am trying to ...
1
vote
1answer
124 views
I got a non-bare repository in gitosis somehow?
I am trying to push to a git repository that is managed by gitosis on a server. When I push, I get this error:
william@utapau:~/lyre$ git push
Enter passphrase for key '/home/william/.ssh/id_dsa':
...
0
votes
2answers
787 views
How do I build from a Git repository subdirectory with Jenkins & Ant?
I have Jenkins CI configured to work with GitHub. It successfully populates my ${workspace} but the actual project I want to build is in a subdirectory of the repo:
...
0
votes
1answer
20 views
Where I can find all the files which were committed by an user to the gitosis repository on my server?
I just installed gitosis on my server and I successfully
created a new repository.
I can commit changes to git@IP:srv_repository.git but I don't know where I can find these files (with committed ...
1
vote
1answer
376 views
Make a GIT repository read only for some users using gitosis
We are running a GIT repository using gitosis and we need to forbid the push to some people of the team.
So i want everybody have read access to all repositories (got +10 repo and +20 machines where ...
1
vote
1answer
206 views
Gitosis and www-data
I'm currently building a ubuntu (10.0.4 LTS) server on a VPS to host a WordPress based website.
I've got gitosis installed to host the remote repository and what I would like to do is plugin to the ...
4
votes
2answers
576 views
pip install from a gitosis
I have working gitosis repo. If I do
git clone git@server:repo.git
it clones the repo correctly. However, it does not work if I do:
git clone ssh://git@server:repo.git
Cloning into repo...
ssh: ...
1
vote
1answer
188 views
How to deploy/run Sinatra app on Mac via Passenger?
We have a git server running on Gitosis hosting our projects. We have created an interface to display info about our repos, and now need to deploy it to the Mac running gitosis. The files for the ...
1
vote
1answer
540 views
Using git post-receive hook with nginx and php-fpm environment
I have a CentOS 6 server set up with git, gitosis, nginx, and php-fpm.
With our setup, nginx executes php scripts via php-fpm, which is configured on a per-site basis to run as a specific user for ...
-1
votes
1answer
308 views
Getting error while installing gitosis on windows 7
Error while installing Gitosis on Windows 7:
"tty" option detected in CYGWIN environment variable.
CYGWIN=tty is no longer supported. Please remove it from your
CYGWIN environment variable ...
0
votes
2answers
504 views
Gitosis publickey permission denied
I have a gitosis server at work, and I also use github for personal projects, Im trying to use the same public and private ssh keys for both accounts, the only difference would be the username which ...
1
vote
0answers
180 views
gitosis-plugin integration with redmine on amazon ec2
I am trying to integrate gitosis-plugin with redmine. I used http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way to install gitosis on the server. The gitosis works fine and ...
2
votes
1answer
695 views
Gitosis / Git does not execute post-commit hook
I just set up Trac and Gitosis and wanted to control the ticket workflow with the commit messages.
Unfortunately my post-commit hook is not executed. If I execute it on command line (as gitosis user) ...
0
votes
1answer
446 views
Gitosis cloning out on non-default port
When gitos-admin with
git clone ssh://gitosis@192.168.1.1:gitosis-admin.git
I couldn't connect because ssh is connecting to port 22 and my ssh is running on 2211. So, I searched the internet for a ...
1
vote
2answers
186 views
Forking a git repo from git.debian.org / github and putting it on a local gitosis server
I'd like to know if the following is possible with git and if it is - how:
Fork a repository from somewhere on the internet (let's say git.debian.org).
Put this forked code on a local gitosis ...
1
vote
1answer
753 views
Git asking for password on Gitosis from capifony
I setup a server with gitosis (yum install gitosis (CentOS 6.2)) and configure my deploy.rb as follow:
set :application, "uda"
set :domain, "10.0.0.59"
set :deploy_to, "/var/www/html/"
set ...
0
votes
1answer
105 views
Different keys to push and pull to git repository
I'm using gitosis to host a git repository on my home server.
I've set it up to accept three SSH keys: my main one (passphraseless) with read/write access, my passphrased one (which I'm more ...
1
vote
1answer
133 views
Gitolite ACL partition activation with fstab ?
I don't understand and i don't find any information about ACL and gitolite.
In first intention, i want to install gitosis, which need instalation of apt-get install ACL package for debian, and ...
0
votes
1answer
222 views
accessing git repositories while being logged in with ssh on the repo server
I installed git + gitosis on a CentOS server which will host the main repository used for synchronization of a project and also has two instances of that project. The two instances found on that ...
1
vote
2answers
117 views
Gitosis has been set up, but now cloning asks for “git-upload-pack” password?
I have set up the Gitosis as explained here: http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#gitosis
However, now that I run: git.exe clone ...
3
votes
1answer
251 views
How to gain shell access when I'm locked out with “PTY allocation request failed on channel 0”
I installed gitosis on a remote shell. It's working fine. But now I can't login to the interactive shell. As told here, it seem gitosis disabled tty. Is there anyway I can get it back? I don't have ...
4
votes
2answers
140 views
Make gitosis-admin git repository secure
I installed gitosis on my Ubuntu 10.4 Server via
apt-get install gitosis
Then I initialized the admin repository with
sudo -H -u gitosis gitosis-init < nameOfThePublicKeyFile
After ...
0
votes
3answers
141 views
Install Gitosis without creating a new user
I have an ssh account but do not have root access and hence cannot create a new user. Is it possible for me to install gitosis or gitolite on this account?
If not, is there any other git server that ...
1
vote
2answers
3k views
Pushing to a remote Git server using NetBeans 7.0.1
I have a Linux server remotely, which has GIT and Gitosis configured. The repository is at git.desytec.com/morros. The URL requires authentication because I don't want it to be viewed by others.
When ...
1
vote
1answer
171 views
Gitolite - Can a key file have and @ sign in it
I have a few public key files in my keydir/ some are named like this user@host.pub
In my config file I specify the user as user@host, but when I try and push the changes, I get this warning
remote:
...
1
vote
1answer
335 views
Gitosis always asking for password, even from initialized host
I setup gitosis a while back and things were running fine, but eventually tragedy struck. Long story short, the machine gitosis was on got nuked, but I had a backup of all the files.
I began ...
3
votes
2answers
1k views
git clone localhost?
I am not big into ubuntu, but I managed to set up git on my client and gitosis on the server which I am proud of. I added my local ssh public key to the authorized keys for gitosos and can clone, ...
0
votes
1answer
401 views
viewgit permission error on ubuntu
I installed Gitosis and Viewgit on an Ubuntu Server. Git and Gitosis work just fine. Though when I try to open /viewgit interface in my browser I get an error:
viewgit/inc/functions.php:66 ...
0
votes
1answer
194 views
Auto creating repository from stub with gitosis
Using gitosis to configure repositories works quite well.
However, manually creating every repository is quite cumbersome, especially as it has to be done on command line. (git init, git remote add, ...
1
vote
3answers
2k views
What alternative to github/gitorious/gitosis can I use on my server?
I would like to know what I can use as alternative as gitorious/gitosis on MY server, and that is able to link bug reports with source (like trac for subversion/...) ?
The server would be linux / osx ...
2
votes
2answers
345 views
How to change gitosis default search path?
I installed gitosis on my ubuntu desktop. But when I try "git clone git@localhost:gitosis-admin.git", it kept searching /home/git/, not /home/git/repositories. So I have to type "git clone ...
0
votes
1answer
594 views
mac os x lion configuration problem with gitosis
I'm trying to setup gitosis on my mac mini with mac os x lion (clean install).
Basically a followed this guide
I also looked at this question
If I try to clone the gitosis-admin.git repo i get the ...
1
vote
1answer
76 views
Gitosis on Dotcloud
Is it possible to setup gitosis on dotcloud? If so, what are the steps? I tried to follow this but it wasn't very comprehensive.
Thanks!