Questions tagged [gitosis]

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. Use this tag for help with Gitosis installation and usage.

202 questions
0
votes
1 answer

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 following error: git clone…
andi
  • 311
  • 1
  • 16
0
votes
2 answers

How can I designate a separate private key for each git repository I connect to?

I have multiple git repositories I need to connect to. For each one, the person in charge emailed me a public/private keypair to use to access the repository. I stored them in my .ssh directory along with my personal key: $ ls ~/.ssh id_rsa …
Robert Martin
  • 16,759
  • 15
  • 61
  • 87
0
votes
1 answer

gitosis and git not pushing/pulling correctly

Okay, so I've been working at this for quite some time now, and I'm slightly confused as to what's going on. I've been working on setting up a local git server (running ubuntu 11.04 server and using gitosis) for a class project. However, I can clone…
Joseph
  • 167
  • 2
  • 9
0
votes
1 answer

Problem with gitosis and EGit

I have gitosis installed on a personal server and I've set it up so that my ubuntu machine I'm on now can access the repository from the command line just fine with git clone gitosis@myservername:/myreponame.git It asks me for my passphrase for my…
Lynden Shields
  • 1,062
  • 1
  • 10
  • 27
0
votes
2 answers

Hudson and gitosis

I'm trying to get Gitosis and Hudson to play nice together. I am able to pull from the repository without password access by editing ~/.ssh/authorized_keys and putting my public key in that file. However, whenever I attempt to run my Hudson…
Jon
  • 3,985
  • 7
  • 48
  • 80
0
votes
1 answer

how to clone or mirror a gitosis server

I have a working gitosis server someone else setup and I want to replicate that server using a Virtual Box VM setup on Ubuntu so I can experiment with modifying it before changing the live server. I have root access to the live gitosis server so I…
0
votes
1 answer

insufficient permission after Gitosis configuration

I tried setting up gitosis following both website. Setup went through fine, when developer clone and try to push they get error --> insufficient permission for adding an object to repository database ./objects error How do we handle this?…
maestromani
  • 841
  • 1
  • 9
  • 31
0
votes
1 answer

How I do create new repository via gitosis + webdav

I want to create new repository via http:// protocol. so I installed gitosis + webdav on ubuntu. I could clone and push from exsiting repository. but, When I create new repository on local and remote add origin http:// ~ and push it, I can not…
sungkwangsong
  • 5,575
  • 4
  • 26
  • 18
0
votes
1 answer

Regular expression to append a value to gitosis.conf file

I need help appending a value to gitosis.conf file using PHP. I'd like to use regular expression to add a new user to members list. Here's the structure of the conf file: [group devs] members = user1 user2 [group admins] members = user1 [group…
Nam Ngo
  • 2,093
  • 1
  • 23
  • 30
0
votes
2 answers

git clone password request and no repository found

I installed gitosis on current ubuntu and it created user gitosis I generated a new id_dsa.pub key and appended it to /srv/gitosis/.ssh/authorized_keys It's both the same machine! Now i want to clone gitosis-admin via git clone…
groovehunter
  • 3,050
  • 7
  • 26
  • 38
0
votes
1 answer

gitosis: configuration does not exist

Gitosis does not update my authorized_keys and therefore I'm not able to create new users in git. post-update under gitosis-admin.git is executable. I tried then to run the script manually on the server (sudo -u gitosis sh ./post-update), which ends…
Roman
  • 5,651
  • 1
  • 30
  • 41
0
votes
1 answer

what determines the usernames for gitosis?

When creating a USERNAME.pub file with a public key and adding USERNAME to the config file, is the USERNAME string arbitrary (I can name my gitosis users how I like), or determined by something like the SSH key? Gitosis tutorials give examples of…
joachim
  • 28,554
  • 13
  • 41
  • 44
0
votes
1 answer

Gitosis installation error: setup.py RuntimeError

I'm trying to install gitosis on Window 10. I have Python 3.6.3 :: Anaconda custom (64-bit) and have EasyInstall package installed. I also have my Git environment ready. I tried the following code on my git bash to clone the gitosis from the…
0
votes
1 answer

Gitosis - I still have ssh access when I shouldn't

I installed Gitosis but don't have it setup correctly. I am still able to ssh in with git user, when the docs say you're not supposed to be able to. You're only supposed run git commands which connect to the git server. Any ideas what I may have…
spadeworkers
  • 375
  • 3
  • 11
0
votes
1 answer

Teamcity and gitosis authentication issue

I've a git repository administered by gitosis on my server. On the same server I have teamcity for my CI. I can't seem to connect to the git repository through teamcity. I've an Administrator user that can access the repository (its under a git user…
big_tommy_7bb
  • 1,257
  • 2
  • 21
  • 37