Git is an open source distributed version control system originally designed and written by Linus Torvalds. It is generally used to keep track of source code for software projects. As a DVCS, Git provides powerful help with branching, merging, and distributed development.
5
votes
0answers
59 views
EGit (Eclipse) wrongly interpreting file names with non-ASCII characters?
I recently switched to using a Git repository within Eclipse (Juno SR2), using EGit. In our project, some file names contains umlauts and other special non-ASCII-characters. On the command line, git ...
5
votes
0answers
907 views
How to reuse/extend etckeeper's metadata engine for git control of non-/etc filesystems, or extend git natively with said capability?
Overview + question
Want etckeeper-like filesystem metadata control for non-/etc, git-controlled directories. Home and web-app directories, among others, are classically sensitive to metadata (file ...
3
votes
0answers
191 views
Why every time I run gitk from a Mac OS X Terminal it opens in background?
Every time I run gitk from a Mac OS X Terminal it opens in background.
In other words, gitk is always shown behind the Terminal window.
Actually, gitk is the only tool manifesting this strange ...
2
votes
0answers
27 views
How to merge conflicts in Visual Studio 2012 using Visual Studio Tools for Git
I have VS2012 with Update 2 installed. I've installed Visual Studio Tools for Git. Now I want o fetch changes from the remote repository, but they are in conflict with my local changes? How can I ...
2
votes
0answers
30 views
Moving two existing already-synced directory trees to git annex
I have two copies of my music files, one on a desktop Linux machine, one on a Macbook. At the moment, I run rsync periodically to keep these files in sync. I'd like to move management of this problem ...
2
votes
0answers
30 views
Git username vs windows username capital
I have a git repository set up on a linux server. I have a user with a username of cmcgrath on the git server. On our windows domain we have the same user cmcgrath. However, when he opens gitbash it ...
2
votes
0answers
219 views
git insists in telling me “Already up-to-date.”, What should I do?
I am new to git, and I am working on a project with a friend, and somewhere something went wrong, and I cannot fix it.
The state now is that I have a working copy on my computer, but when I run git ...
2
votes
0answers
104 views
TortoiseGit stops connecting after a seemingly random amount of time
I use TortoiseGit to connect to a private remote git server, but after an indeterminate amount of time (possibly longer than 6 hours?), trying to connect results in a bad file number error. I've tried ...
2
votes
0answers
101 views
How to remotely clone Git repository on Windows Storage Server 2008?
I have a Western Digital Sentinel at home running Windows Storage Server 2008 R2 Essentials. I have several Git repositories on it for my own personal projects, and have no problems pushing and ...
2
votes
0answers
91 views
git over webdav http-push-failed error
I'm trying to set up git via WebDAV, the idea is to host it on my NAS where I cannot install any software, so I can't really use smarter transports.
Now clone works, but push does not: I get ...
2
votes
0answers
156 views
Git, Powershell, %HOME% and multiple repos
I'm going to start off by saying that I'm not particularly good with either git or Windows. However, I've been successfully using msysgit on Windows 7 for a while now, keeping track of a number of ...
2
votes
0answers
271 views
Trouble implementing ssh-agent forwarding across ssh and then su
I've got a web server with a dedicated unprivileged user who runs the apache instance on the box. The php code for the app the web server runs is in a private github repo that I occasionally need to ...
2
votes
0answers
184 views
Problems with git and bundler
I'm trying to set up Gitorious on my Server with this tutorial and having problems over problems with gem/git. After fixing a lot of libs and dependancies, bundler now won't work with git ...
1
vote
0answers
29 views
Windows Github install error: System.Net.WebException
While installing, I got this error (from the log file). I tried the solutions to this similar question
ERROR DETAILS
Following errors were detected during this operation.
* [5/7/2013 8:19:29 PM] ...
1
vote
0answers
40 views
Automated git pull on Windows 8 as system
I have installed msysgit for windows 8. I am attempting to automate a git pull every 5 minutes. I am using scheduled tasks to run a script I wrote. The schedule task's action is:
powershell ...
1
vote
0answers
51 views
Gitorious can not connect to Active Directory (authentication.yml)
I have set up Gitorious. With the local database, everything worked fine.
All my log and configurationfiles are included.
The problem is when I want to visit gitorious.localdomain when I have ...
1
vote
0answers
30 views
Setup Git-User in Aptana
I'm using Aptana Studio 3 Standalone as IDE. As GIT client, I used eGit for quite a while, but I didn't like the menus and options there too much.
So, I wanted to give the build-in git client a ...
1
vote
0answers
230 views
Error from egit installation
Just installed a fresh 32 bit copy of java and eclipse. and am now trying to add egit for the first time. Following the instructions here (using the main repositiry)
I receive this error when I try ...
1
vote
0answers
41 views
Updating GITLAB from 3.1 to 4.0 rake error
I am trying to update my GITLAB. I have been following this link (https://github.com/gitlabhq/gitlabhq/wiki/From-3.1-to-4.0) and I got stuck on this command:
sudo -u gitlab -H bundle exec rake ...
1
vote
0answers
100 views
Permission errors in setting up Git
Background
I have a Linode VPS (Ubuntu 12.04 server), and I want to use Git to manage my files from the VPS to my local Windows desktop.
I have installed Git Bash and have been using that on the ...
1
vote
0answers
44 views
How do you correct the path separators in git when using powershell
I'm using the github powershell addon to run git on windows. Everything seems to work fine except for when I'm adding submodules. In this case, the powershell addon is adding in paths with \\ as ...
1
vote
0answers
55 views
hash-based asyncronous directory comparison
I am trying to efficiently synchronize two large directories via VPN over a long distance. Unfortunately I cannot install advanced tools like git or rsync on the remote server due to company ...
1
vote
0answers
34 views
If a git pull keeps getting aborted partway through, will it eventually succeed?
I just started using SparkleShare to sync my documents between computers. SparkleShare uses Git for almost everything. My initial few commits are large: several gigabytes each. They got pushed to ...
1
vote
0answers
27 views
Git merge. Behavior different on explicit merge than on pull
I have a problem with my git configuration. I like to use the --no-ff option when I merge two branch. So I put on my configuration file ~/.gitconfig under the section [merge] the option ff = no. Which ...
1
vote
0answers
47 views
How to restore version control in XCode?
I have just recently backed-up my XCode C++ project on my pendrive, using
rsync -avu
Since then, the version control for my project is lost (grayed-out) on every files, I can modify the files and ...
1
vote
0answers
72 views
Mac OSX 10.8 git commands don't work after trying to use git-credential-osxkeychain
Following setup instructions in https://help.github.com/articles/set-up-git to prevent credential entry for each git command, git stopped responding. Every git command "locks up" the terminal until I ...
1
vote
0answers
329 views
GitHub for Windows can not sync
I have my git repos hosted on a server using gitolite. I can access them using ssh, e.g. git clone git@example.net. This works from osx/linux.
On a Win8 Box I now have installed GitHub for Windows ...
1
vote
0answers
11 views
Building git page with jeklly
I'm using jeklly builiding git page.
I can view my pages locally (http://localhost:4000/).
I have received letter from git.
However, I CANNOT open my home page on the internet.
...
1
vote
0answers
89 views
SSH from ubuntu server to Windows 2008 repeatedly asks for password
I am trying to setup GIT using SSH mode. The central GIT repository is on a NAS device running Windows 2008 server and the user GIT repository is on ubuntu 12.04. When I try to SSH to the windows ...
1
vote
0answers
34 views
Intellij setup git macro
I would like to know if its possible to setup a macro for git.
I want to be able to shortcut a git workflow :
for instance :
git checkout b
git pull
git merge a
git push
git checkout a
1
vote
0answers
97 views
Svn analog of git-shell
I have configured git,so I can pull/push via ssh, authorization via public key,
but if I try to make direct shell access, I get
Last login: Mon Aug 13 20:12:20 2012 from 192.168.1.3
fatal: ...
1
vote
0answers
128 views
Git differences between OSX and Linux
This has been driving me somewhat insane but I can't find any information on it. I have both Mac and a Linux (Ubuntu) machines. I work on both but I'm finding Git is behaving very differently during ...
1
vote
0answers
352 views
Why does git difftool not work with vimdiff?
I just set up git and set git mergetool to vimdiff and it works as expected.
If I set git config --global diff.tool vimdiff
it behaves strangely:
git diff x y will open less and display the changes ...
1
vote
0answers
115 views
Is there anyway to color `git push` output?
I've tried using:
stderred, https://github.com/sickill/stderred
colors in git, http://scie.nti.st/2007/5/2/colors-in-git
global config color.ui=true.
Though the output from git push on error is ...
1
vote
0answers
233 views
slow git performance
I have an older machine with a git repository on it that I use to keep synchronized with svn. I've noticed that with running basic commands like git status, it is ridiculously slow. I was initially ...
1
vote
0answers
46 views
Java opens a new window when I start it from mingw/msysgit, how can I stop it?
When I launch anything that uses Java, i.e., command lines beginning with java, javac, jar, mvn, etc., from cmd, I see the output in the same window. When I launch them from msysgit's bash shell on ...
1
vote
0answers
63 views
Git for windows xp crashes all the time
I am trying to clone a git repo on windwos xp.
I am using GIT BASH.
But everytime i try to clone it i get the error as below.
I tried to restart my pc but this didn't help.
Any suggestions?
1
vote
0answers
165 views
Incessant prompting for id_rsa passphrase
Running on Mac OS X and I switched to zsh a couple months ago & started using git quite heavily. At each initial login now I'm getting a prompt for my .ssh/id_rsa passphrase:
starting...
Enter ...
1
vote
0answers
52 views
How to setup Xcode's SCM for static and dynamic site content?
I want to use Xcode 4's SCM (GIT) to manage your static and dynamic site content, which I edit and maintain with a variety of tools (CSSEdit, Dreamweaver and Espresso).
I have tried creating ...
0
votes
0answers
16 views
Git on Windows 8: “git-pull is broken?” error
When I run 'git pull' from TortoiseGit on my Windows 8 machine, I get the following error:
fatal: 'pull' appears to be a git command, but we were not
able to execute it. Maybe git-pull is broken?
I ...
0
votes
0answers
17 views
MS Forefront changes SMTP message-id, breaks git-send-email threading
Our corporate email system is MS Exchange based, and uses MS ForeFront for additional (?) security.
When we use git-send-email from inside the network, sending patch series to external mailing lists, ...
0
votes
0answers
18 views
Adding Git repo and branch to Tmux status line
I have found a Tmux configuration file that shows how to add the Git branch to the Tmux status line, however It just shows [[ branch ]] no matter if I am in a Git repo or not. I am not sure if this ...
0
votes
0answers
21 views
Setting git push.default to simple caused fatal error for my mirror
I setup my local git with 2 remotes, one is main and the other is mirror (documented here).
Today, when I want to push to my 2 remote gits, I got:
warning: push.default is unset; its implicit ...
0
votes
0answers
18 views
Git and (gitweb) and SVN both over HTTPS at same time
I'm trying to run both a Git server over http and I already have SVN running over http as well. I'm runnning centos 6
My git.conf (located in /etc/httpd/conf.d/) file looks like
LoadModule ...
0
votes
0answers
23 views
How can I limit the size of the Android source I need to download with repo sync?
I have been repo syncing the Android source, (& the CyanogenMod source on my AWS server), but they are so large (>30GB), that I won't get them before I leave for a country with an even worse ...
0
votes
0answers
30 views
Squid Configuration
I had configured a squid server for the development team at my office.The pass-through and caching functionality is going fine. Recently we started using Amazon web services and github.
Now the ...
0
votes
0answers
23 views
Git color ui uses green for both deletions and insertions
When enabling git color ui, the only color used is green. So in git diff I get green for both deletions and insertions. The same goes for git status where untracked files and unstaged files show as ...
0
votes
0answers
29 views
osx SSH + Git to a remote server with user/pw
A bit of a disclaimer; I'm new to both GIT and SSH as well as OSX so sorry for being a bit bad at explaining the problem.
So, I'm trying to reach a GIT repository on my work's server. The structure ...
0
votes
0answers
10 views
Change gc.auto Parameter
I would to change gc.auto parameter to something "much larger than 6700" as recommended here so git gc --auto does not run every time I do a pull (which it is doing now for some reason) how do I do ...
0
votes
0answers
24 views
Not able to close Heroku app on Windows
I have heroku installed on my ubuntu 12.10. it works perfectly. I have a dual boot windows 8. I installed the heroku tool belt and when i try to clone my app to my local system, it is throwing an ...



