Git is a distributed revision control system with an emphasis on speed.

learn more… | top users | synonyms

0
votes
0answers
35 views

Git SSH authentication

First of all I would like to know in Ubuntu 12.04 how ssh authenticates key (like which files are referred for the public key). Say for an example I have a user name gitolite I want to provide SSH ...
0
votes
1answer
23 views

git get ubuntu kernel source through http proxy

I try to run below command to get kernel source code in ubuntu 12.04. git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git As my machine is in a private network, I need setup a http proxy ...
1
vote
0answers
51 views

How can I install git-annex assistant

I install recently git annex in ubuntu 12.10 using APT. However, the package seems to be built without the assistant support. Is there a PPA or another way of installing it ? I'd rather avoid ...
1
vote
0answers
42 views

Install git on ubuntu with lamp

i have Ubuntu 12.10 on my server and i need lamp on it, i want to use git on it - which i'm new to -... so I've read This article about how to install git , it says that i should have public ssh key ...
0
votes
1answer
166 views

NVM Command Not Found Issue

Attempted to add to this question: NVM Command Not Found, however wasn't able to. After installing nvm im having the same issue, here is the log from terminal: Michael-iMac:~ michaels_imac$ curl ...
1
vote
1answer
81 views

upgrade git on Ubuntu 10.04 (Lucid Lynx)

I currently have Git 1.7.1.0 installed but need to upgrade to 1.7.1.1 (at least). I tried running: sudo apt-get update sudo apt-get upgrade and also tried sudo apt-get install git-core but each ...
2
votes
1answer
71 views

Is there an application to manage config files in the /etc folder with version control software?

I want make version control for config files in Ubuntu server. But I found out it's not easy for simply "git" whole etc folder, because so many file doesn't need to track and some time system will ...
0
votes
1answer
77 views

I downloaded ruby on rails, but it says it isn't installed.

I downloaded ruby on rails on ubuntu 12.10 through this tutorial http://technical-feeds.blogspot.ca/2013/02/how-to-install-ubuntu-and-ruby-on-rails.html. I did everything and it worked fine. I ...
1
vote
1answer
99 views

Git push not working in Ubuntu

I don't know what I'm doing wrong but I cannot make git push work in Ubuntu (12.10). I already tried from command line, NetBeans IDE and RabbitVCS. This is a list with the errors I get: netbeans: ...
0
votes
1answer
60 views

How do I prevent these errors from showing up with GNOME keyring?

Background Trying to update a repository, after a fresh install of Xubuntu 12.04, using: git pull Problem The following message appeared: WARNING: gnome-keyring:: couldn't connect to: ...
0
votes
0answers
42 views

Compiling patched Wine from git

I'm attempting to install SW:TOR on 12.10 and from what I've read I need to compile Wine with a patch in order to run it. These were the commands I used: sudo apt-get install git git clone ...
2
votes
1answer
40 views

How can I merge unversioned MonoDevelop code back into a git repository?

My group partner and I are creating a MySQL database application with a GTK# frontend. Our application consists of a main window with information displayed in multiple tabs. My partner started most of ...
2
votes
1answer
184 views

How to user multiple ssh keys with different accounts and hosts

i have multiple ssh keys and i have also have account on bitbucket and github. how when ever i use pull it gives me error :/var/www/proj$ git pull origin master conq: repository access denied. ...
4
votes
3answers
124 views

How can I run SSH as a different user on the same Ubuntu installation?

I am creating a script which runs a series of command that would download a website to a machine and sets up everything. So most of the commands require root access. For example adding a vhost in ...
2
votes
2answers
79 views

Using authorized_keys with git

I have transfered my ssh key from my root to my user account by ssh-copy-id command so now I have these files in my .ssh folder user@user-php:~/.ssh$ ls authorized_keys config id_rsa id_rsa.pub ...
2
votes
1answer
40 views

How can I create popup windows?

I have a small script run by cronjobs to synchronize a git repository every 2 hours. The git will be pushed to the server with a constant message. How can I have a popup windows which ask the message ...
2
votes
0answers
81 views

Clone GIT from SAMBA network share

Has anybody successfully cloned GIT repository to Ubuntu from a SAMBA network share? I have access over file manager and can ls over command line, but cannot clone Also, in git cola, qgit and gitg I ...
0
votes
2answers
41 views

Weird “packages will be removed” [closed]

This morning my apt-get upgrade offered the following: Calculating upgrade... Done The following packages will be REMOVED: git git-svn gitk nautilus-dropbox Still it offered to upgrade packages ...
1
vote
1answer
101 views

Couldn't find package git

So I am trying to install git with the following command as listed on the git Linux download page: sudo apt-get install git After that command I get the following error: Reading package lists... ...
3
votes
3answers
74 views

Is there a graphical git commit application to show diffs and set a commit message?

As part of my work I regularly commit to git. I have a fabric script that does an interactive commit: git commit -a which shows me which files have changed in nano and then lets me write a commit ...
1
vote
0answers
64 views

Problem Installing git kubuntu

I have installed both git and git-core using sudo apt-get install git git-core still when i try to run some git command on terminal, I get the following error message: The program 'git' is ...
0
votes
1answer
539 views

Trouble setting up git error: could not lock config file

I'm getting this error when trying to set the global config: $ git config --global user.name "Your Name Here" error: could not lock config file /pathto/file/.gitconfig: No such file or directory ...
0
votes
0answers
65 views

Cloning in GIT ubuntu takes a long time

I have installed GIT in ubuntu using the command sudo apt-get install g++ curl libssl-dev apache2-utils sudo apt-get install git-core sudo apt-get install git After this, I tried to install node.js ...
6
votes
1answer
176 views

How can I conditionally change the nautilus background color?

I would like to have the nautilus background color different if the current folder is being managed by git (i.e., if there is a .git directory in it). Any ideas how to do that? Ideal solution would ...
2
votes
1answer
391 views

Prepend current git branch in terminal

How can I configure the terminal to display the current git branch? I'd like to see the second line rather than the first: andy@bob:~/my_projects/project_x$ (master)~/my_projects/project_x$ I ...
3
votes
1answer
46 views

Howto handle packaging and development in one git repository?

From my point of view at the moment git-buildpackage is only intended for using upstream sources which are not in the same repository. I already have a git-buildpackage repository with the branches ...
3
votes
2answers
878 views

Why do I get this warning from Gnome keyring in Xubuntu?

I have installed xubuntu-desktop ontop of a stock Ubuntu installation. When using ssh, or more specifically git, I always get this warning WARNING: gnome-keyring:: couldn't connect to: ...
3
votes
1answer
113 views

How do I add a custom context menu for 'git gui' in Nautilus?

What I want to achieve is to get a "Git GUI here" item in the context menu of Nautilus (file manager). It should this easy job I would do in a terminal: cd "path/to/current/folder" git gui # <-- ...
1
vote
1answer
131 views

Git gui here script

I want to open git gui in any folder using context menu. It something like cd <path to folder> git gui in terminal. How to add this functionality into context menu?
5
votes
1answer
459 views

apt-get install git-core failed

After running sudo apt-get install git-core, I get Unpacking git-core (from .../git-core_1%3a1.7.4.1-3_all.deb) ... Errors were encountered while processing: ...
2
votes
2answers
130 views

How to get rid of gitolite-shell?

Even though the login shell of user 'git' is /bin/bash, when I try to ssh to the machine I get the following error: PTY allocation request failed on channel 0 bash: /home/git/bin/gitolite-shell: No ...
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 ...
20
votes
7answers
4k views

Best GUI client for Git?

I am using git for version control of various projects. Is there easy-to-use software for navigating through commits and branches of a project and for retrieving versions?
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
1answer
78 views

make install - how to use wget, not curl

I do not have root access on my Ubuntu but want to install git. I was following this tutorial but when running make or make install it says curl is not installed. Can I use wget instead if this is a ...
2
votes
0answers
428 views

Git “fatal: protocol error: bad line length character: SSH-”

I'm trying to clone any repo by git:// protocol and get this error. fatal: protocol error: bad line length character: SSH- If I'll change protocol to https:// git will clone without errors.This ...
5
votes
1answer
197 views

Git autocomplete is asking for a password, not sure why

I'm running into an issue with autocomplete using git... I am using ubuntu 12.10 and when I perform the following keystrokes g i t Space Bar Tab I am presented with the error Pseudo-terminal ...
0
votes
0answers
33 views

How to run a second openssh-server for gitolite?

I would like to set up a git server running gitolite but I do not want to use the primary ssh server to do that. The reason for that is that the primary sshd on port 22 is not routed to that server ...
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 ...
3
votes
1answer
450 views

How to install Git on Ubuntu?

When I run this command: apt-get install git-core It shows: E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory ...
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 ...
0
votes
0answers
85 views

unable to fetch git from eclipse

I tried to fetch the git contents using fetch from eclipse and it gave the following error:- git@ind-git.corp.nextag.com:apps/nextag: ProxySOCKS5: com.jcraft.jsch.JSchException: ...
0
votes
2answers
160 views

Git does not ask for passphrase during pull/push in terminal

I'm trying to use git from the terminal in my Ubuntu 12.04 desktop. My repository is hosted in Github, and I have the a key for my desktop. Whenever I do either "git pull" or "git push," a dialog box ...
1
vote
1answer
144 views

bash: how to make smarter auto-complete on tab press

Using the git status command, I had: modified: conf/test.conf Is it possible to configure bash in that way so when I type git diff *test.conf and press TAB for auto-complete, it would expand it ...
0
votes
2answers
104 views

How to fetch the website code in my local machine?

I have a local GIT repository in my system by name 'git_repo' under which I had the whole codebase for a website (pre-configured by someone else), including all the jsps, js, css etc. I used the ...
2
votes
1answer
368 views

How can I create a launcher and also have it in the apps toolbar

I want an app icon for smart git. I can create one on my desktop with $ gnome-desktop-item-edit ~/ --create-new and selecting the smartgit.sh app. That works for an icon on the desktop. How ...
3
votes
1answer
129 views

Is there a way to show icons on a git repo folder like tortoiseGit?

Is there a way which could let me know all the file status by just looking at the folder view, like what TortoiseHg, TortoiseSVN, TortoiseGit did on windows? Now my git repo folder looks the same as ...
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 ...
0
votes
0answers
311 views

SmartGit Installation and Usage

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time. ...
2
votes
1answer
308 views

What are the advantages and disadventages of git or bzr + rsync vs rdiff-backup?

I used to use rsync to do backups, but then I switched to rdiff-backup to incremental backups. Recently, I discovered git and bzr while working on a coding project. So, I was thinking, I could have ...

1 2 3