Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

64
votes
17answers
37k views

Why is Github more popular than Gitorious? [closed]

Gitorious has been around longer and the two sites seem to cover the same ground, yet a quick Google Fight shows Github almost two orders of magnitude higher. Is there a larger distinction that I'm ...
7
votes
1answer
4k views

How to specify which SSH key to use within git for git push in order to have gitorious as a mirror?

I have a project hosted on git.debian.org (alioth) and I'd like to configure a post-receive hook to update a mirror of the repository on http://gitorious.org I suppose I'll have to use git push ...
6
votes
2answers
1k views

Import into github from gitorious?

Has anyone tried or figured out how to import a gitorious repo into github? I already use github and wanted to see if there was a way to pull from a gitorious repo that I wanted to follow into github. ...
5
votes
2answers
466 views

Hudson gitorious plugin?

Has anyone integrated a local copy of gitorious with Hudson? Specifically, linking the sha1 on Hudson web page back to the gitorious web page.
5
votes
5answers
2k views

Does Gitorious have hooks for CIA commit notification?

As I am running out of my space on GitHub on my free account (yes, I am considering upgrading), I am setting up new git repositories on Gitorious (see also GitHub vs Gitorious). One great feature of ...
4
votes
2answers
211 views

Is it possible to create merge requests in pure Git from the command line?

I'm using a behind-firewall install of Gitorious. I can go into the web application and create a pull request from a clone and target the master repo from which it was cloned. I'd like to be able to ...
4
votes
1answer
1k views

Migrating from gitolite to another managed GIT repository

I've been using gitolite/gitweb for the past few months and have been very satisfied with the combo, but am now looking at moving towards a better-managed web front-end where I can restrict access to ...
4
votes
3answers
2k views

Gitorious: private mode for projects

How do we make a project private in Gitorious? Does Gitorious support it at all? I searched around but couldn't find anything useful, except that Gitorious doesn't seem to have a private mode for ...
4
votes
3answers
2k views

Is good idea to use gerrit to host the git repository instead of gitolite or gitosis?

Originally I try to use gitosis to manage the git repositories in the company, and later notice gitolite is kind of enhancement of gitosis. And also I heard gerrit could be used for the same ...
3
votes
3answers
310 views

Is there any git appliance that support gitorious?

I have tried TurnKey Linux Revision Control appliance and it has gitweb cgi as web interface. I am looking for appliance similar to turnkey linux that has git and gitorious as web web interface. The ...
3
votes
3answers
687 views

My Gitorious doesn't create the repositories!

I've just installed gitorious here, but I'm having problems creating new repositories. I configured it to create them in the /home/git/ directory, and the it's already 777. When I create a new ...
2
votes
3answers
199 views

Git ssl error on windows

I keep getting the following error when attempting to clone a git repository using ssl on windows: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed The ssl ...
2
votes
1answer
72 views

How do I run a Ruby script on Linux and have the name of the script show up in TOP COMMAND instead of Ruby?

I have a bunch of scripts that run periodically as part of Gitorious, they all show up in top under command as Ruby how do I get them to show the actual script name that is running?
2
votes
0answers
88 views

Any way to automatically merge approved nonconflicting Gitorious merge request?

We are using Gitorious, installed on a local server to host our shared git repositories. When a developer sends a merge request from his public clone to main repository, the ...
2
votes
2answers
140 views

Git/gitorious: Way to share certain branches/repositories with the customer

Is there an established way to share part of the code of a project (that resides on a branch or on its own repository) with a customer? What I'm trying to solve: There's different models how our ...
2
votes
3answers
181 views

git project vs repository, what's the fundamental difference?

I have two projects that currently use SVN and I'm migrating to git, I signed up to gitorious and there's the option to create a new project or add a repository. I'm just starting out with git so I ...
2
votes
1answer
1k views

How do I download from gitorious?

I've never used a git hub before.... how do I download this plugin? http://gitorious.org/lightopenid
2
votes
1answer
66 views

Is there an external public archive of Gitorious projects?

A certain open source project is hosted at Gitorious. Suppose that at some future point X they decide to close source / delete their project from Gitorious. Will there exist a public archive of the ...
1
vote
1answer
98 views

Gitorious spitting out 500 error on login

I'm getting this error upon trying to login/register on my gitorious server: The site is live at http://gitorious.korvinszanto.me. ActionController::InvalidAuthenticityToken ...
1
vote
2answers
569 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 ...
1
vote
1answer
38 views

Is there a way to access the list of merge requests in Gitorious from the git command line?

We would like to implement some automated processing of merge requests in a Gitorious instance. Everything we want to do is easy...if there were some way for us to enumerate the pending merge ...
1
vote
2answers
165 views

Secure, Private, Local Gitorious

I want to have a local Gitorious installation that cannot be accessed outside of my local network, and is as secure and private as possible. The repos will be holding code I need kept private and ...
1
vote
1answer
79 views

Gitorious post-update script to update Bugzilla bugs?

We have an internal Gitorious and Bugzilla setup. I'd like to write some sort of script that is triggered whenever someone pushes a new set of commits that greps for "bug #" in the commit messages and ...
1
vote
2answers
97 views

“git fetch” does not work

git@gitorious.org:~porton/texmacs/texmacs-porton.git is my repository containing a clone of the main TeXmacs repository git://gitorious.org/texmacs/texmacs.git with my changes (not accepted to the ...
1
vote
1answer
254 views

installing gitorious in windows xp

i want to install git server in workstation with windows xp. i have looked for solutions like gitosis, gitweb, but their front end is not as good as github. gitorious looks good, but installation ...
1
vote
1answer
1k views

Installing Gitorious - rake gems:install aborted

following instructions for installing Gitorious on RHEL When trying to run rake gems:install I get the following trace: gitorious]$ sudo /opt/ruby-enterprise/bin/rake gems:install --trace (in ...
1
vote
2answers
865 views

How to use only the default git port with gitorious.org

Assuming I can telnet to gitorious.org port 9418 (default for git), but not on SSH port. How to set up gitorious so that when I try to push, this wouldn't happen: git push ssh: connect to host ...
1
vote
0answers
359 views

Gitorious socket timeout on repo creation

I'm getting the following error when trying to create a new repository with gitorious: Timeout::Error (execution expired): /usr/lib/ruby/1.8/timeout.rb:60:in `socket' stomp (1.1) ...
1
vote
1answer
342 views

Infamous 'byte sequence" error with local install of gitorious on Ruby 1.9.1

I am trying to install gitorious on my personal server but I am not very familiar with Ruby or the frameworks and scripts involved in getting to the finish line. I am following the following ...
1
vote
2answers
290 views

gitorious install won't login

I have installed a copy of Gitorious on my own server. Everything so far seems to be okay except the fact I can't login. Any attempt to login(with correct credentials), from multiple browsers, just ...
0
votes
1answer
21 views

How could I recover my git-daemon repositories

I had a Gitorious install that got old and it is clear now that it is not coming back. I want to recover the repos (mainly the wiki repos) from the repository. I do not want to repeat the long and ...
0
votes
1answer
74 views

Ruby on Rails Gitorious: uninitialized constant Rails::Plugin::OpenID

I am trying to setup gitorious yousource branch, I've followed partly this article: http://www.lacerta.be/d7/content/gitorious-ubuntu-natty Everything was installed but I get this error: Error ...
0
votes
1answer
221 views

Differences between rails 2.3.10 and 3.0.3?

I recently jumped on the rails bandwagon at the end of last year so i went straight to rails version 3.0.3.. I don't have any experience with 2.* releases but i'd like to start hacking on the ...
0
votes
1answer
83 views

Gitorious source code isn't routing properly

I have installed gitorious on my local server and when I try to run it in my browser, I don't see the homepage. Instead I see this page. ...
-1
votes
0answers
11 views

How to enable repository write access to wikis in Gitorious?

I have a locally installed Gitorious. When I create a project say hello-world it creates a wiki which can be cloned from git://my.org/hello-world/hello-world.git/hello-world-gitorious-wiki.git Now I ...
-1
votes
1answer
1k views

Ruby on Rails: Problem installing gitorious in Ubuntu 9.0.4

I seem unable to install Gitorious. I am trying not to install Ruby Enterprise Edition, but apart from that I have been following the instructions for Ubunut (there were some errors but I have gotten ...