Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
2
votes
0answers
13 views
adding SSL certificate for Github only (not all certificates from ca-certificates package)
I get the following error when accessing Github over HTTPS:
error: server certificate verification failed.
CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
This is because I don't have any ...
2
votes
0answers
75 views
SSH login from external authentication
Here is what I try to accomplish:
I have a server with a git repository.
I use ISPConfig as control panel for our websites and I want to integrate the ISPConfig API for email authentication as second ...
0
votes
1answer
32 views
Codeswarm visualization: how to quickly setup OpenGL rendering mode on Linux (Archbang x86_64)?
The Codeswarm project provides a software project repositories visualization tool in Java. The software leverages the commit information from a log generated from a repository that you clone locally. ...
5
votes
3answers
59 views
Installing Git, Curl, and Expat from Source
I have a RHEL 6.4 VM provisioned by my companies internal KVM.
We are having some trouble using yum (Cannot retrieve repository metadata, which Ive confirmed in this case is peculiar to my company's ...
1
vote
1answer
33 views
How can I add an x509 certificates bundle (ca-bundle.crt) to NSS database (~./pki/nssdb)
I'm currently using RedHat Enterprise 6. Git had issues cloning Github repos using HTTPS. After some investigation (e.g. enabling GIT_CURL_VERBOSE and GIT_TRACE) the problem was narrowed to a ...
0
votes
3answers
36 views
apply specific command for each git repository
I want compress all the git repositories on my computer (say in ~). I.e., for each directory {}, that contains directory or file (in case of submodules) named .git, I want to execute git gc ...
4
votes
1answer
35 views
Git hanging while cloning source
I am cloning firmware source using git clone but during the operation my Internet connection went down. I immediately restored the connection, but now the git clone process is hanging.
Can I kill ...
4
votes
2answers
310 views
git push fails with remote: error: hook declined to update refs/heads/master
I'm recently trying to start my own project on a community git repo, and I've been having some complications. I'm new to git, but here's what I've been trying to do to just test it.
I run the ...
0
votes
1answer
36 views
Getting branch from git
let's say I want to get this branch the same way I get the latest one, using git clone git://github.com/raspberrypi/linux.git. How do I do it?
0
votes
2answers
54 views
How to migrate SVN to git [closed]
Can someone tell me the steps on how to migrate svn to git?
I have repositories in svn and I want to move all them to git without the loss of data.
0
votes
1answer
90 views
Why am I getting git error “remote: error: unable to create temporary file: No such file or directory” on push?
This problem is getting weirder.
My original post follows, but here is the new thing I discovered:
I executed
git push
and it gave me its usual error:
Counting objects: 9, done.
Delta ...
3
votes
2answers
25 views
Why am I getting so many hits searching for “git” in the aptitude cache?
When I give the following command:
apt-cache search git | wc -l
I get the answer 756. How can I list just the half-dozen or so apps associated with git?
1
vote
1answer
50 views
diff --git unknown option
when I try to run
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
I get unknown option (I have installed git via apt-get install git)
7
votes
1answer
149 views
Does git contain information about used id / group id changes?
I have googling awhile, but can not find such information. Looks like git doesn't contain users and groups, only permissions. Am I right?
3
votes
1answer
173 views
Granting access to a restricted git shell
I tried setting up git-shell on our CentOS (6.4) system (after getting this working correctly on Ubuntu 13.10, maybe cross platform hot mess?)
my /etc/passwd shows
git:x:500:500:Web Archive ...
0
votes
1answer
61 views
How to use rsync to backup a directory without git subdirectory
I want to copy my c directory with all subdirectories excluding ./git subdirectory. I do it using rsync :
echo "copy c and sh files "
rsync -a --include='*.c' --include='*.sh' --include='*/' ...
1
vote
0answers
135 views
git-upload-pack hangs indefinitely
I have the following call structure:
Jenkins runs fab -Huser@host set_repository_commit_hash:123abc.
set_repository_commit_hash runs git fetch with pty = False.
The child process ssh [email protected] ...
0
votes
1answer
30 views
git and sshfs: status is inaccurate
I am mounting a git repository on a virtual machine over sshfs onto my host machine. So far so good. However, git claims that there are many uncommitted changes when viewing the repository over sshfs. ...
0
votes
1answer
42 views
a file to be in git or not to be?
I didn't prevent same problem:
I don't use git rm projects.py and when i use :
git cp projectsTABTAB
projectsFindFrame.py projectsInsert.py
Also when i use:
git show ...
3
votes
1answer
53 views
copy a single file from local repository GIT
I need to copy a SINGLE FILE from LOCAL REPOSITORY to my machine, not git-pull or git-fetch, how can i do it?
Is it possible to get it via hash ?
such as a3ea2118bf1c5e2c6aa0974d0b6ff7415bd044ef ?
0
votes
1answer
31 views
`git remote add` to home dir by `~` expression
I created git bare repository in my home directory like ~/git-repos/foo.git.
To add a remote repository I typed like git remote add origin ssh://username@hostname:10022~/git-repo/foo.git.
But it ...
0
votes
1answer
50 views
Running git with higher memory allocation
I am facing memory/data segment issues while running git. However, if I set my ulimits to a bit higher like below.
ulimit -m 262144
ulimit -d 262144
It runs fine. Don't we have anyway to allocate ...
0
votes
2answers
45 views
md5sum check fails for git-man-pages.tar.gz package
When I try to verify the integrity of git-man-pages package I downloaded from "http://code.google.com/p/git-core/downloads/detail?name=git-manpages-1.8.4.tar.gz&can=2&q=" it fails with error.
...
1
vote
2answers
54 views
couldn't update git via git clone comand
I am just a beginner in Git. Was following through the documentation and installed Git using source code package. Now, after installing Git, I want to update it (Though it might be unnecessary at this ...
0
votes
0answers
192 views
Permission Denied (PublicKey,keyboard-interactive) linux raspberry pi
I know there are a ton of questions on this.
I have read almost all of them.
I have also googled this problem to no avail
I attempted to
git clone [email protected]:myhubname.git
and I get
...
0
votes
0answers
364 views
'Git clone' times out with 443 error message
git clone -v https://github.com/me/myproj
Cloning into 'myproj'...
<minutes pass>
error: Failed connect to github.com:443; Operation now in progress while accessing ...
0
votes
1answer
191 views
Allow www-data to perform specific commands
I need a PHP script to perform git pull however I am not naive enough to give it permissions on git. I've wrapped git pull in a script which www-data has permissions for, but I'm not sure how to give ...
2
votes
0answers
41 views
Git completions for aliases only available after running `git reflog`
I have a few aliases that I want to autocomplete for git, e.g., the following
alias gco="git checkout"
When I was attempting to add completions for this alias, I looked around in my path and saw ...
0
votes
2answers
94 views
How to extend a command in bash so that it expands based on options?
I've started working with a git repository that includes a large amount of content that should be assumed readonly. So, every time I throw a new branch:
git checkout -b newBranch
it should be ...
3
votes
1answer
995 views
How to setup Git server on Linux Container in Debian
I have a LXC container on my Debian system. I want to setup a public Git server on it so that it's accessible to other people. How can I do this?
UPDATE #1
Link to apache2.conf: ...
1
vote
1answer
100 views
How do I apply this revert commit patch from git?
I have found a patch applicable to my system to fix a problem but I have no idea how to get this patch and then apply it. Can anybody help me please?
Patch: ...
4
votes
1answer
477 views
SSH: “Permission denied” after changing user shell
I have an SSH server running on my Raspberry PI with ALARM (up to date).
My user "gitroot" is meant to use the git-shell. However, when i set /usr/bin/git-shell as shell for gitroot in /etc/passwd, i ...
2
votes
2answers
219 views
Use git submodule foreach with function
My indention is to have a script that updates all git submodules according to which branch is given. If there's no such branch for a submodule, master is used.
This is what I have now:
#!/bin/bash ...
1
vote
1answer
83 views
etckeeper for opensuse - bash script install and configure
I want to automate the installation of etckeeper on OpenSuse 12.3.
My first issue is that etckeeper doesn't seem to be available in the standard OpenSuse repos.
zypper search etckeeper
Loading ...
0
votes
1answer
76 views
Amazon EC2: Giving Permanent Permission To A Sepecific Directory In Amazon Linux AMI
I have a Symfony2 project that needs full read write permissions to three directories: app/cache, app/logs, and few other directories which are used for uploading. The problem is everytime I push an ...
2
votes
1answer
115 views
Getting diff (or git diff) to show inserted hunks properly
Let's say I have two files. The first one has the contents:
line 1
foo
line 2
line 1
bar
line 2
And the second one has a new section inserted in the middle, so it looks like this:
line 1
foo
...
2
votes
1answer
2k views
Installing Git Unit
I am trying to install git using my yum command
Following is the error log
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
...
2
votes
3answers
221 views
'setfacl' permissions don't apply to directories created by git clone?
Here's how I am setting permissions for my website's root directory i.e. ~/public_html, where the files that my website serves are placed:
sudo chgrp -R www-data ~/public_html
chmod g+s ~/public_html
...
0
votes
2answers
544 views
Git pull error libcurl.so.3 not found
I have a php script to git pull from my github repository set up in my webservice hook urls like so:
<?php
echo shell_exec('~/git/usr/bin/git pull 2>&1');
?>
When I open this script ...
1
vote
3answers
93 views
How to use git for this particular purpose?
Here is the situation. There are two machines, laptop A and workstation B. B has a fixed IP, A has a dynamic IP, and I want to avoid the need of connecting from B to A (setting up an ssh tunnel for ...
4
votes
2answers
143 views
Is it possible to restrict certain commands from being run in a directory?
I have two directories: src and projects. I would like to prevent myself from running git ... unless I am specifically inside src or projects. Is this possible?
4
votes
2answers
121 views
Git commit from within a Makefile
I have a Makefile for a Latex project I'm working on. Makefiles aren't my forte, but is there a way to do something like:
make git "My comment"
And have the makefile execute:
git commit -m "My ...
-2
votes
2answers
271 views
Push local git repo to server via ssh
So I have a local repo and a server with git installed and a git user.
I want to send (push) the repo to the server. When I simply login to the server via ssh I have to specify my .pem file and a ...
5
votes
2answers
168 views
Bash commands with spaces in them (git config or git-config?)
Please forgive me if this seems easy, but I only started learning Unix 2 days ago.
Basically, I have been taught that when typing a command into the terminal it needs to be of the form:
[command ...
1
vote
1answer
30 views
Remove branch from all submodules
I have a project with a lot of submodules and I want to delete all remote branches named foo in the submodules, if it exists.
I am trying to following:
git submodule foreach git push origin :foo
...
2
votes
2answers
123 views
Stop Git submodule foreach from opening less for each module
I occasionally need to grep through git submodules for which I use:
git submodule foreach 'git grep x'
However, since switching to zsh I find a less prompt is opened for each submodule, even when ...
2
votes
1answer
649 views
Getting no tty present and no askpass program specified when using git over ssh
I'm trying to push a git commit from my laptop to my server but keep getting the following error message:
remote: sudo: no tty present and no askpass program specified
To ...
0
votes
1answer
464 views
Git GUI integration in caja, Linux Mint default filemanager
What is the way to integrate git GUI in caja, default Linux Mint file manager ?
Something what makes the interface equivalent to TortoiseGit.
Didn't found any specific extension in repositories.
1
vote
2answers
169 views
Browsing bup backup with gitk or gitg
I am just playing around with bup for my backups and tested it like this:
BUP_DIR=/mnt/TestTarget/bup bup init
Which gave me the message: Initialized empty Git repository in /mnt/TestTarget/bup/
...
5
votes
3answers
536 views
git command not found
I had to install git from source on RHEL. After installation the git command is shown to be in /usr/local/bin/git when trying the whereis command.This path is available in $PATH also.
When I type ...