Tagged Questions
0
votes
1answer
31 views
GIT stop copying owner and group permissios
Is there any way to say to GIT to stop copying file group and owner settings? My situation is as followed:
I am developing on home server where I need to use my users permissions (not root) in order ...
-2
votes
0answers
27 views
Very slow for git checkout and other git features [closed]
We have many computers in our lab. For everyone git checkout finishes in usual time like 30 mins to 1 hour.
But for my pc, I am not sure why, everytime it takes so long, sometimes a whole day.
This ...
0
votes
0answers
18 views
git log alias makes my terminal misbehave?
I have the following alias set up in my git global config:
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=relative
it seems to be that this log format I've set up makes my terminal ...
0
votes
1answer
15 views
How to upgrade AUR git packages with yaourt
As far as I know, when you perform a yaourt -Syua it checks for changes in your repos, then looks if all your PKGBUILDs are up todate. But git repos can be upgraded without changing the PKGBUILD so ...
0
votes
0answers
35 views
Best way to work with GIT in python [closed]
Whats the best way to work with GIT in python on linux environment.
I tried aptana studio 3 but it doesn't work well.
Thanks
2
votes
1answer
65 views
Is it necessary to clean the Linux kernel source tree after each bisection step?
When bisecting the Linux kernel source tree between two relatively distant
commits, the first few bisection steps usually change a great deal of the
kernel source, so whether make distclean is run or ...
1
vote
1answer
35 views
cloning from github when password has ! in it [duplicate]
I have a password that has ! in it and when am trying to clone a repository from git using the following syntax:
git clone https://username:password!@github.com/org/repository.git
I am getting ...
1
vote
1answer
35 views
Making a local repo to a public repo?
I have a local git repo on my Linux box, that I now would like to put on a public git host.
From what I can read the procedure should be
create the public repo
clone the empty public repo to ...
0
votes
2answers
105 views
linux scripted git pull error: cannot open .git/FETCH_HEAD: Permission Denied
Need a little help scripting a git pull.
We have an intranet server that we are trying to script a git pull to, and I'm running into a permission issue.
error: cannot open .git/FETCH_HEAD: ...
1
vote
2answers
51 views
using the git client on a headless linux server
How do I force the git-client to use the console/terminal only.
When I ssh into my remote/headless linux computer and try to run:
git clone https://myname@bitbucket.org/xxx/xxx.git
git complains and ...
0
votes
1answer
50 views
Standalone git binary on server with repository viewer
I have a server from my company.
On this server is git not installed (and it will not be in the near future).
(On many free server hosting sites, git is also not installed)
Is there a way to use a ...
-5
votes
1answer
51 views
How can I backup all my github repositories [closed]
How can I backup all my github repositories. I am trying to find some easy script or way to do it
0
votes
0answers
76 views
Install Git on Centos 6.2
I'm trying to install Git on my cloud server, where is running Centos6.2.
But running this command:
yum install git
this error block the installation process:
Error: Package: ...
0
votes
2answers
40 views
git find and rename a string in multiple filenames and folder names
So Basically I need to find all files and folders in my github project containing the string 'persons'
find . -type f -print | grep "persons"
find . -type d -print | grep "persons"
The above works ...
-1
votes
0answers
45 views
Setup git on an Internal Server [closed]
I'm new to Ubuntu.
I've been following this Setting Up the Server to config git on a Ubuntu machine (MyUbuntu).
I created a Git account and my authorized_key is in /Home/git/.ssh
ssh-rsa
...
1
vote
1answer
58 views
Recommended email client to read/apply git patches? [closed]
I spend a good time of the day reading and applying patches send through git-format-patch/git-send-email and I wonder how I could improve my workflow. Very certainly there are more convenient tools ...
0
votes
2answers
62 views
Bare Git repo cannot add files or commit files
So I have been plagued with this weird git problem that myself and a few other developers have not been able to solve. Here it is:
I created a bare repo for managing website changes using git on test ...
0
votes
2answers
53 views
which version of linux kernel starts to support sd/sdio version 3.00?
--Hello there,
Here is a question about linux kernel sd/mmc subsystem.
At present, the version of linux kernel we use is 2.6.29.4.
Now, there is a SD/MMC controller which supports SD/SDIO ...
1
vote
1answer
58 views
How to effectively organize scripts so they can be put under version control?
I have an ever growing list of scripts from simple one liners in bash to more complex python scripts.
Currently I source the one liners from a ~/.bash_functions file, while I put the more complex ...
0
votes
1answer
26 views
git push failing suddenly (git-remote-https: relocation error)
I've pushed to my repo less than an hour before. Now I get this error:
$ git push origin master
git-remote-https: relocation error: /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2: symbol ...
1
vote
1answer
80 views
git: 'pull' is not a git command - CentOS VPS server
I recently set up a new VPS and have installed Git via yum and wget etc. All seemed well - I can add, commit, set up a remote and push to github.
However, when I try to pull from github:
...
0
votes
0answers
25 views
Prevent git from prompting for anything [duplicate]
We are using git in a scripted context. In some conditions would normally prompt:
New server doesn't have git server in .ssh known hosts
New server doesn't have keys set up
Git wants to prompt ...
1
vote
3answers
59 views
Automatically feed input to Linux command line
If I have a linux command that prompts for 2 or more input, how can these inputs be passed to the prompt by defining it in the command line? Is there something you can add behind the command to do ...
0
votes
2answers
51 views
How to allow a group access for a GIT repo (Ubuntu)
So I have a GIT repo hosted with Gitosis.
I have a user called user1 and of course user root.
user1 belongs to group 'dev'
/var/www is owned by root, and grouped to 'dev'
permissions for the ...
0
votes
1answer
20 views
Git and Apache sharing permissions on the webroot
I have a bare git repo on my server in /home/git/repos/myproject.git. I can push code from my machine to this bare repository, which calls a post-update hook to push code to the webroot.
This only ...
2
votes
1answer
71 views
How to handle this patch issue with git?
I am currently working on a project using git. Basically, my git tree consists of three branches :
Branch A : The origin branch, from which derives my work.
Branch B : A branch based on A. B ...
2
votes
1answer
123 views
setgid bit not preserved by git on new directory in `.git` folder?
I have a bare git repository setup for user fred:
/home/fred/foo.git
I have set the group of every file in foo.git to bar:
$ chown -R fred:bar /home/fred/foo.git
(Note that fred is not a member ...
0
votes
0answers
42 views
Is there any way to see the latest pull of a git on a server [duplicate]
Is there any method to track the git pulls from a central repo.
0
votes
2answers
87 views
Real-time git diff
I typically like to type up my git commit messages while looking at the git diff.
I very much enjoy the output produced by this little perl add-on to git, and produces output that looks like this ...
1
vote
2answers
64 views
How to get locally my repository created on a shared host?
On a shared host I have a website I would like to improve by adding it to git versioning system.
On remote server
$cd public_html
$git init
$git add .
$git commit -m 'First Commit'
$cd .git
$ git ...
1
vote
3answers
253 views
Permission denied when cloning git repository
So I just setup an Amazon EC2 instance. And installed git..
sudo yum install git
I then set up my ssh key with github. Now when I try to clone my repo into /var/www/html folder i get this error..
...
0
votes
1answer
33 views
How do I revert only specific lines from a specific file?
Suppose that several commits ago I deleted a bunch of code, and now I want some of that code back.
For a while now I've been using SourceTree, which allows you to simply select the lines you want ...
0
votes
1answer
82 views
view the git repository on remote linux server -> in Windows?
Problem: Need to view Git history visually in windows, repository is on remote Linux server (Ubuntu).
Question: What are two easy ways to view the git repository on remote linux server -> in Windows?
...
0
votes
0answers
27 views
git behind a proxy? [duplicate]
I want to clone something from git using the command:
git clone git://git.gnupg.org/gpg4win.git
But this don't work knowing that I have to configure the proxy setting for my internet connection. (I ...
0
votes
2answers
81 views
Creating a text file via SSH shell
I am trying to create a BASH shell script that runs through SSH on my shared hosting account to automate the git website control system detailed in:
http://danielmiessler.com/study/git/#website.
So ...
1
vote
1answer
164 views
Why does git fail on push/fetch with “Too many open files”
I'm encountering an issue with Git where I'm receiving the following message:
> git fetch
error: cannot create pipe for ssh: Too many open files
fatal: unable to fork
The System Administrators ...
0
votes
1answer
38 views
Switching Between Heroku's Remote Repos
I'm facing a curious problem.
I'm running a Linux box, with two Desktops. Here's my environment:
Desktop 1: Running a pet project
Terminal 1
Heroku Login: my personal e-mail
Heroku App 1
Desktop ...
0
votes
1answer
78 views
How to separate/decouple git repository into a different location
My request may look strange but it'd make more sense after I explain why I'm doing it.
So I have my person projects under /path/to/myprojects. Underneath maybe C, Perl, Shell, Tcl, etc. Now I want ...
1
vote
2answers
78 views
Git, Windows, Linux & NTFS: “index file open failed”
I created a git repo in Windows 7 on a NTFS partition and when opening it in Linux (Ubuntu 12 x64, dual-boot setup) I get the index file open failed error. How can I figure out what's wrong? The ...
1
vote
1answer
219 views
Git: index file open failed: Permission denied on “git status”. Hosted on Bitbucket
I've been having this issue for the last couple of days when trying to make, either, a git status or git pull. The repository is hosted on Bitbucket.
Tried several things to make this work (there are ...
0
votes
1answer
60 views
Git POST webhook shell_exec
I have a script running the following shell_exec cmd in PHP.
echo shell_exec('cd /var/www/Library/Laravel/ ; git pull bitbucket master ; 2>&1');
This is being called by a webhook service and ...
0
votes
1answer
132 views
git set remote path to git executable files over ssh
I connect over ssh to a distant machine using this in my ~/.ssh/config:
Host myserver
User myusername
ProxyCommand ssh myserver2 exec nc myserver 22
But when I try to pull the remote git ...
2
votes
3answers
103 views
How to mount a filesystem.git directory during init?
I have a bootable ISO file containing a filesystem.git which in turn contains this structure:
dr-xr-xr-x 2 root root 2048 Mär 1 17:10 branches/
-r--r--r-- 1 root root 115 Mär 1 17:10 config
...
0
votes
2answers
107 views
Git: reset and checkout in one shot with && doesn't work
Simple git question. After executing:
git reset HEAD file && git checkout -- file
The file is still under "Changes not staged for commit" section, but it shouldn't. If I execute the two ...
1
vote
5answers
349 views
“git add” command is returning “fatal: outside repository” error message
I'm just entering into the wonderful world of git.
I have to submit a bunch of changes that I've made on my program, located in a directory called: /var/www/myapp
I've created a new directory ...
0
votes
0answers
125 views
Better setting of EDITOR environment variable to use Sublime Text 2 as system editor? [closed]
I want to use Sublime Text 2 for editing Git commit messages. Right now I have the following in my bash rc file:
export EDITOR="sublime -nw"
This works well if Sublime is already running. But if ...
-1
votes
3answers
114 views
Giving Linux user git access but not shell access? [closed]
I want to give commit access to several different people, each to their own separate git repository on my Linux server.
One way to do this would be:
foreach user x
adduser x
create ...
0
votes
1answer
33 views
How do I setup a node server so that I can push updates with git?
If I'm hosting my own node.js server, how would I go about making it so that I can push updates to the code like I would on Heroku?
I want to be able to host my source code on the same server as my ...
1
vote
0answers
34 views
Creating a shell environment for git hooks and Git Tower
I'm using Git Tower. My project has some git hooks that aren't running. According go the Git Tower FAQ:
You need to make sure you're creating the required shell environment
in the hook script ...
1
vote
1answer
107 views
Git keeps removing group write permissions
I have a git repository that I am sharing with several developers. We do regular git pulls and pushes with it. Unfortunately, every time I do a git pull the changed files lose the group write ...




