0
votes
1answer
55 views

How to set LOCAL_CODE in gitolite

I want to set the LOCAL_CODE variable in my .gitolite.rc. I tried to set $LOCAL_CODE = "/home/gitolite/.gitolite/local-code"; and the setting from this. But gl-query-rc LOCAL_CODE is empty. The Link ...
3
votes
2answers
4k views

How to install git server on my ubuntu desktop 12.04

I'm developing a project on my desktop and I'm in need of a version control mechanism. I'm working on ubuntu 12.04, desktop edition. I would like to have a git server installed on localhost and also ...
3
votes
2answers
2k views

git config global file - remove settings

The following command: $git config --global --list gives me: user.name=test user user.name=gotqn I want to remove the first name. I refers to this article and do the following commands but ...
0
votes
1answer
111 views

gerrit push not working

I tried executing the command git push gerrit HEAD: refs/for/BR_PS_1109 It gave the response: fatal: remote part of refspec is not a valid name in HEAD: Git remote version is also fine, as evident ...
2
votes
1answer
2k views

error: gnutls_handshake() falied

When I try to connect to any HTTPS server with git, it gives the following error: error: gnutls_handshake() failed: A TLS packet with unexpected length was received. while accessing ... fatal: HTTP ...
2
votes
0answers
1k views

GTKPod crashing in Ubuntu 12.4 [closed]

GTKPod, which I am very dependent on, keeps crashing on Ubuntu 12.4. Worked perfectly until i upgraded to Pangolin. Read somewhere that it wouldnt crash 'if compiled from GIT'. What in heavens is ...
2
votes
2answers
6k views

How do I set up Gitorious server on ubuntu?

I wanted to know how I can set up gitorious server on ubuntu and have it work locally. I'm running 12.04 and would like to get the latest version
1
vote
0answers
504 views

what to do about .ssh-agent pop up at login screen? [closed]

I was setting up git with a ssh key passphrase on Ubuntu 12.04 via the terminal with the assistance of Help.GitHub: "You can run ssh-agent automatically when you open bash by adding the following to ...
5
votes
2answers
9k views

Ubuntu 12.04 Gitosis no longer available

I have an Ubuntu 11.10 box running git server using gitosis, installed as described here https://help.ubuntu.com/community/Git I just tried upgrading to 12.04 doing a do-release-upgrade, and the ...