Gitosis is a software for hosting Git repositories
0
votes
1answer
30 views
Is it possible Cloneing git over SSH with full path to the repo?
I use satis to generate my private list of packages for composer. Unfortunately, satis refuses to accept ssh://user@myserv.com:port/MyRepoName.git syntax. The only syntax it accepts is ...
0
votes
1answer
149 views
Git, plink, and cmd.exe: how do I set plink.exe to be verbose when used as GIT_SSH
How can I configure plink.exe to be verbose when run by git?
The problem: on windows, using the command git.cmd clone git+ssh://user@host/repo folder when GIT_SSH=plink.exe intermittently fails ...
2
votes
3answers
268 views
ec2-user password for running sudo -H -u
I have to run this command to initialize gitosis:
sudo -H -u git gitosis-init < /home/ec2-user/id_rsa.pub
But that asks me for a password for ec2-user:
$ sudo -H -u git gitosis-init < ...
1
vote
1answer
156 views
Setting up Gitosis, where to create the repos?
I'm trying to setup Gitosis on CentOS 6.2 but have some doubts/problems about it. I read this docs here, here and here but it's unclear to me where to configure where repositories are created. My ...
0
votes
1answer
63 views
getting git: Breaks: gitosis trying to install both to ubuntu 10.04
following the instructions here, I run the command
sudo apt-get -y install git-core gitosis
and get
The following packages have unmet dependencies:
git: Breaks: gitosis (< 0.2+20090917-7) but ...
1
vote
1answer
365 views
Multiple git repos in plesk virtual hosts
Each plesk vhost only has one user access that httpdocs directory. I want to manage a whole bunch of separate virtual hosts using Git.
Does this mean installing a separate Git repository with a ...
0
votes
1answer
207 views
Error with git archive --remote <repo>
I installed a Git server with gitosis in Ubuntu 4.10 64 bits. The server works OK, but a user has asked me to run the command git archive --remote .
http://linux.die.net/man/1/git-archive
This ...
1
vote
0answers
194 views
Gitosis asking for password
I have a QNAP NAS where I installed Gitosis through Optware ipkg and it works so far. It's running under the user 'git'. The admin repo was initialized with the public key of my client machine like ...
5
votes
1answer
3k views
Installing gitosis and closed port?
I'm trying to install gitosis on a Server (hosted by OVH and running Ubuntu server 11.04). I've done it a few times and never had any problems.
But this time I have something very wired when I simply ...
3
votes
3answers
2k views
Git fails to push with error 'out of memory'
I'm using gitosis on a server that has a low amount of memory, specifically around 512 MB. When I try to push a large folder (happens to be a backup from an android phone), I get:
...
2
votes
0answers
216 views
Intermittently git push hangs over ssh to gitosis
I have an intermittent problem pushing to my git (gitosis) repository. Most of the time it works fine but when it doesn't work the push hangs. It seems to have done the majority of what it wants to ...
10
votes
1answer
346 views
Can a very large /etc/hosts.deny slow down SSH connections?
I've been using denyhosts for a while and I noticed my /etc/hosts.deny is getting rather large. Denyhosts adds IPs to /etc/hosts.deny, and my denyhosts is configured to never purge IPs.
$ wc -l ...
3
votes
1answer
131 views
What are the dangerous operations that need to be prohibited on a hosted git repository?
I am looking into the tools neccessary to give other people write access to a git repository. I understand that git repositories are accessed using SSH with a locked-in command like gitosis or ...
0
votes
1answer
68 views
Checking out repository based on loaded SSH keys
I have setup my git server using Gitosis. I need to checkout the repository as different user on the same machine.
Suppose there are two machines:
Linux based server (on which the repo is held ...
1
vote
0answers
255 views
Gitosis installation error (AssertionError)
I am trying to set up a Git server in Ubuntu, but I can't get past this issue. I'm trying to add my public key to Gitosis thusly (as every tutorial so far has instructed me to do):
sudo -H -u git ...
3
votes
2answers
415 views
Unable to initialize gitosis-init
I was tried to setup git and gitosis for our projects. For the gitosis setup, I'm following this article http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way as this is first ...
0
votes
1answer
87 views
gitosis crontab using public/private key pairs
I have a debian server (2.6.18-6-686, etch) set up with gitosis (0.2+20080825-2) installed. Everything works just fine, but my problem is that when I clone and pull any repository it requests the ...
1
vote
2answers
2k views
Jenkins (Windows Service) with Git over SSH
I'm having a hard time configuring Jenkins, running as a Windows Service, to connect to a git server (gitosis) and clone a repository. Jenkins is set to use the standard Git plugin.
Everything is ...
1
vote
1answer
337 views
Wrong gitosis config. I'm locked out the server
I made a stupid mistake. I have a small vhosted CentOS server and I was configuring git+gitosis when i think I ran the gitosis ssh key init on my own user in addition to the git user. I didn't realize ...
1
vote
1answer
798 views
Gitosis installation of public key not working
I've been following this tutorial to install and setup git on Ubuntu Server 10.04 using Windows 7 as a client. However, after finally figuring out how it works (executed gitosis-init a bunch of times ...
1
vote
1answer
256 views
where is git-daemon?
according to man git-daemon, this comes with the git package, althought i've look in /etc/init.d and /usr/bin/git* and i can't find where this is
$ git --version
git version 1.7.1
$ whereis ...
0
votes
1answer
157 views
setting up gitosis: avoiding duplicate user keys
i'm following this guide to setting up gitosis.
i run all this on the git server, including creating credentials for my user (in the git server) with the ssh-keygen -t dsa step
now, from some other ...
0
votes
1answer
80 views
Create new git repos from exist git cloned project
I have some repos cloned from http://drupal.org/project/
For work behind firewall, I want to import these cloned project to my local git server. How can I do that?
0
votes
1answer
165 views
Gitosis & an existing repository
I've successfully installed Gitosis. I added a repositories to it. However the Gitosis docs are very sparse, so I have a question:
I've got a working copy of some repository on the same machine where ...
0
votes
1answer
321 views
Git pull times out
I just updated my server from Debian 5 to Debian 6 and now when I try to git pull (Or any git command it seems) I get this:
ssh: connect to host bhslaughter.com port 22: Connection timed out
fatal: ...
2
votes
3answers
292 views
Which *light* ubuntu to use as a git central server?
At my company we're currently using a self-deployed copy of the http://gitorious.org code to manage our repositories..
It's an absolute monster!!
Gitorious is a very heavy ruby on rails app and the ...
0
votes
1answer
168 views
Pushing to local gitosis server asks for password
I've installed gitosis onto my server, but seeing as I'm developing on the server, I'd like to be able to push to gitosis, so I can work from macmini as well. The server is called workwork and the ...
0
votes
1answer
550 views
Where do I install gitosis on Debian? And does it go on both my dev AND live server?
I've been reading a lot of documentation on gitosis recently, but I am admittedly new to ssh keys and in turn, I seem to only have a rudimentary understanding of how gitosis actually works with git to ...
1
vote
1answer
170 views
Gitosis, created testproject, but can't create more projects?
I followed this tutorial to install gitosis on my homeserver(ubuntu 10.10 server edition): https://help.ubuntu.com/community/Git .
After a lot of fiddling around because it didn't work(something with ...
0
votes
2answers
151 views
Gitosis-init returns “Fatal Python error: <stdin> is a directory”, why is this?
I'm trying to get gitosis installed because I want to use Indefero and I need a deamon for the git:// protocol. However, following the instructions in the Git Pro book ...
0
votes
1answer
137 views
gitosis how to deny read access to everyone but one user who can also write
I'm struggling to get gitosis deny read access to a repository. Basically I want only one user to have read and write access to it. At the moment everyone can clone the tree and this is precisely what ...
0
votes
2answers
189 views
After installing gitosis on my server I cannot access through SSH
I installed a local server for my office intranet and after installing git and gitosis to use it as a repository I cannot access it through ssh. I won't accept the credentials. I edited the ssh ...
1
vote
3answers
4k views
Gitosis: read access denied
I'm trying to get Gitosis working on my Ubuntu server (from a Win7 client). It's installed, and I can connect to it via SSH, however, if when I try and push a new project, I get the following error:
...
3
votes
3answers
4k views
Ubuntu-server: gitosis user naming convention
If you install gitosis on ubuntu-server 10.10 via apt-get:
sudo apt-get install gitosis
The post-install script will create a new gitosisuser.
This user will be used to allow people to connect with ...
2
votes
1answer
145 views
Quota with Git on Gitosis?
I'm using Gitosis to host some Git repositories.
Is there any possibility to get a quota on the Git repositories?
0
votes
2answers
207 views
gitosis public key
On my client I am attempting to run:
git clone
gitosis@DevServer:gitosis-admin.git
I get a warning:
The authenticity of host '10.1.1.13
(10.1.1.13)' can't be established. RSA
key ...
1
vote
1answer
393 views
IRC bot for gitolite? [closed]
Does anyone know of an IRC bot that I can hook git repositories up to, or hook directly into gitolite? Do I have to write it myself?
CIA isn't an option in this case.
0
votes
1answer
222 views
Determine branch in post-update hook
I have a git (gitosis) repo where every developer have a main branch.
I have a script in post-update hook that rebuild main web site and test websites for every developer on every PUSH.
I want to ...
0
votes
1answer
108 views
multi level ssh to pull and push git repo
I recently setup gitosis . Here is the scenario. I setup gitosis on Server S1 and multiple users have logins and all their id_rsa.pub have been setup so that their commits as a user get commited to ...
3
votes
3answers
403 views
gitosis equivalent for subversion?
Is there an equivalent of gitosis for subversion? As in a wrapper package that allows ssh access via ssh keys, with everyone using the one ssh user?
1
vote
1answer
2k views
Cannot access gitosis repository from local machine. gets “Permission denied (publickey).”
I am trying to set up a Git server on a Debian server, but can not seem to add users that can successfully access it.
After doing gitosis-init, and cloning the gitosis-admin repository and adding the ...
2
votes
1answer
319 views
How can I make gitosis distinguish between two users with the same username
I have a gitosis system that seems to be working correctly except for a common problem we run into where I can't distingush permissions between two users who have the same username, but different ...
1
vote
2answers
221 views
SSH key does not work from a remote shell
I've come across an interesting problem and I literally don't know where to start looking to resolve it!
The VCS machine in our office is running gitweb and my public key is on this machine fine. I ...
0
votes
1answer
204 views
Gitosis permissions issues
I have Gitosis installed on a Centos box which I use to manage about a dozen repos(html/php/css etc) which I then manually pull through to live sites running on nginx/php as needed.
The issue I have ...
2
votes
2answers
421 views
Change location of repositories gitosis
I installed gitosis on my CentOS box last week. I'm really happy with how it works and how simple it is to use.
I've run into a small problem though. Because gitosis is installed under a new user ...
0
votes
2answers
2k views
Manage http access to git repositories using gitosis
[Update 9/16/2010]
After looking into this last night, I realized that my original question was really asking 2 separate things:
1) Is it possible to set the post-update hook for all remote ...
1
vote
2answers
859 views
How is gitosis-serve invoked?
I have a working installation of Gitosis, but I'm wondering how the gitosis-serve command ever gets invoked! From all I can understand, when you connect through SSH as the git user (using git@host), ...
1
vote
0answers
311 views
Ubuntu gitosis server denying all publickeys after chmod
I Recently installed gitweb onto our gitosis source code repo server..
(Ubuntu 10.04 LTS Server)
Somewhere along the line i changed something i shouldn't have and whenever attempting to clone from ...
2
votes
2answers
473 views
Gitosis post-receive hook before initial push
I have a script on the client machine that adds the necessary configuration stuff to gitosis.conf on the server. I'm able to push and everything works correctly.
However, I want to add a ...
0
votes
1answer
333 views
Problem with Hudson + Git + Gitosis on windows
I have Hudson configured to connect to a Gitosis managed repository.
I am using the Git plugin.
To manually clone a repo, I need to enter my ssh pass phrase. How can I make
Hudson aware of my ...