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
-1
votes
1 answer

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 and use a terminal emulator like mintty, xterm, or…
MotsManish
  • 485
  • 1
  • 8
  • 16
-1
votes
1 answer

Problem setting up Gitosis for Git

Here is the Problem I am having I followed the Steps mentioned in the Doc for setting up Gitosis http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#gitosis I completed the following steps successfully Install…
Bijay Rungta
  • 990
  • 9
  • 16
-1
votes
3 answers

Gitosis won't create repository

I'm testing my new Git repository. I converted from Subversion to Git, no problem. Now, on my laptop git remote add origin git@server:test.git returns correctly. But when I do git push I get error:gitosis.serve.main:repository read access…
scphantm
  • 4,293
  • 8
  • 43
  • 77
-1
votes
1 answer

How can I add users to my new gitosis project?

As a fresh Git user, I tried to install git on a server following this guide: Hosting Git repositories, The Easy (and Secure) Way. For... like 3 days in a row. Here was the problem: I followed that guide exactly. But when I came to the 'Creating…
Ionuț Staicu
  • 21,360
  • 11
  • 51
  • 58
-1
votes
1 answer

How do I create a '.git' file folder from an existing git repository?

I have a git repository called "shop" that has the remote "oldserver.com" remote.origin.url=git@oldserver.com:shop.git How do I create the shop.git folder from my local repository, so I can load it on my "newserver.com" (that uses gitolite or…
rubo77
  • 19,527
  • 31
  • 134
  • 226
-2
votes
2 answers

Why gitosis init sequence fails?

After I run the init command, I see the following error message: -sh-4.1$ gitosis-init load_entry_point('gitosis==0.2',…
foxundermon
  • 570
  • 7
  • 18
-4
votes
1 answer

Gitosis and TortoiseGit on Windows

I am having a strange problem with Gitosis and TortoiseGit. I used the guide How to setup a GIT server with Gitosis and Gitweb to setup Gitosis on my Debian system. Instead of ssh-keygen -t rsa scp /home/myuser/.ssh/id_rsa.pub…
rylon
  • 1
  • 1
1 2 3
13
14