Tagged Questions
Port of Git for Windows
86
votes
16answers
46k views
Setup a Git server with msysgit on Windows
My friends and I are trying to setup Git for Windows using the tutorial Git Server: Gitosis and Cygwin on Windows, but we just keep running into problems.
What would a "Setup Git Server" guide for ...
51
votes
8answers
7k views
How do you copy and paste into Git Bash
I'm using msysgit running on Windows XP.
Tried Ctrl+V, Right click, Middle click, google... no luck.
47
votes
8answers
13k views
Git on Windows: How do you set up a mergetool?
I've tried msysGit and Git on Cygwin. Both work just fine in and of themselves and both run gitk and git-gui perfectly.
Now how the heck do I configure a mergetool? (Vimdiff works on Cygwin, but ...
44
votes
3answers
6k views
Trying to fix line-endings with git filter-branch, but having no luck
I have been bitten by the windows/linux line-ending issue with git. It seems, via github, msysgit, and other sources, that the best solution is to have your local repos set to use linux-style line ...
36
votes
5answers
17k views
Ignoring directories in Git repos on Windows
How can I ignore directories or folders in Git using msysgit on Windows?
35
votes
10answers
21k views
Git under windows: MSYS or Cygwin?
I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows.
From what I gather I basically have 2.5 options:
MSYSgit
git ...
27
votes
7answers
23k views
Git error: fatal: unable to connect a socket (Invalid argument)
I've got msysGit (Git on Windows) working just fine on my home machine, but at work, where we are behind a Microsoft ISA proxy, I get the following error when I do a git clone:
H:\>git clone ...
23
votes
3answers
5k views
How do I use Notepad++ (or other) with msysgit?
How do I use Notepad++ (or any other editor besides vim) with msysgit?
I tried all of the following to no avail:
git config --global core.editor C:\Program Files\Notepad++\notepad++.exe
git config ...
22
votes
7answers
9k views
Git for Windows - The Program can't start because libiconv2.dll is missing
When I attempt to run certain commands (like git push, for example) from a git Bash on Windows 7 (64bit) I get the error:
The program can't start because libiconv2.dll is missing from your computer
...
20
votes
3answers
2k views
How do I remove msysgit's right click menu options?
This isn't the best programming question but lets face it, the server fault guys aren't well versed in git, so I think its more towards this audience.
Do I have to write a script to uninstall them?
...
19
votes
8answers
4k views
Msysgit bash is horrendously slow in Windows 7
I love git and use it on OS X pretty much constantly at home. At work, we use svn on Windows, but want to migrate to git as soon as the tools have fully matured (not just TortoiseGit, but also ...
16
votes
3answers
1k views
What are the limitations of Git on Windows?
Everywhere I read about Mercurial and Git they generally throw in a line or two which implies Git has limited ability on Windows (because of some Shell scrips cannot be ported, etc.) but I've never ...
14
votes
5answers
777 views
Git blame showing no history
When I run git blame on a file (using msysgit) I always get the following sort of printout:
00000000 (Not Committed Yet 2011-01-09 11:21:30 +0200 1) package co
00000000 (Not Committed Yet ...
14
votes
5answers
7k views
msysgit on windows — what should I be aware of, if any?
This is related to another question I asked recently.
When installing msysgit, the installer presents 3 options related to system path:
Never change windows environment. With this option, you have ...
13
votes
4answers
2k views
Git/Bash is extremely slow in Windows 7 x64
I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue I'm having is that Git/Bash consistently become ...
13
votes
10answers
26k views
SSH Private Key Permissions using Git GUI or ssh-keygen are too open
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed with the following ...
13
votes
5answers
8k views
TortoiseGit - git not found
I'm using TortoiseGit with msysGit installed with the msysGit-fullinstall-1.6.4-preview20090729.exe and it works in a very strange way:
on the About windows it says it can't find git, even if all ...
13
votes
4answers
6k views
How do I setup DiffMerge with msysgit / gitk?
I've just started using Git and it's possible I've missed something obvious, but here goes:
I'm using msysgit 1.6.2.2 on Windows XP
While installing, I picked option 1 to "Use Git Bash only"
I'm ...
12
votes
3answers
6k views
use Winmerge inside of Git to file diff
Is there a way to use Winmerge inside of Git to do Diffs?
Thanks
11
votes
1answer
309 views
Bash git alias tab completion error
I know Git aliases can be used with arguments Git Faq section "Git Aliases with argument".
But today I encountered an error.
Take an easy example which is not suitable for real use. If I make an ...
11
votes
3answers
3k views
msysGit vs Git for Windows
I am having trouble determining the difference between msysGit and Git for Windows. How are they different? Why would I choose one over the other?
11
votes
1answer
2k views
Fix msysGit Portable $HOME location
I have successfully installed and configured msysGit Portable on my flash drive, and have used it to pull and push GitHub repos. However, I seem to always have to kludge the SSH support.
...
9
votes
5answers
3k views
Which is faster, ssh or git protocol?
Which is effecient? SSH:// or Git:// (File compression)
I understand in Git , git protocol is smart because there is a protocol agent on both end of commumnication to compress the file transfer ...
8
votes
2answers
1k views
git, msysgit, accents, utf-8, the definitive answers
I've read in some places that there are problems with git (or just msysgit?) and character encoding - I believe it's only a problem in file names.
What I'd like is some 'definitive' (or at least ...
8
votes
3answers
3k views
Git 1.6.4 beta on Windows (msysgit) - Unix or DOS line termination
I am installing msysgit 1.6.4 beta on my Win Vista development VPC. An install screen is requesting whether I want to use Unix line termination or DOS line termination. Ordinarily, I'd choose DOS, ...
7
votes
2answers
776 views
Git revert local commit
I have a git repo hooked up in phpstorm on windows. I committed a few change sets then pushed them to our "central repo". After this I have then made a few more commits. I no longer want these commits ...
7
votes
2answers
464 views
msysgit: Unicode font warning
Recently I am getting this error when using msysgit, in particular when there is some non-ASCII content generated by the git output:
warning: Your console font probably doesn't support Unicode. If ...
7
votes
4answers
3k views
gitolite installation issue
Has any one tryied the easy install option of gitolite?
I am trying to install gitolite from my windows (workstation ) to a solaris box.
[command used to install]
./gl-easy-install -q git sjcfsap1 ...
7
votes
5answers
2k views
Different between msysgit and cygwin + git?
Hello
What is the different between msysgit and cygwin + git? Now I'm use msysgit, but i don't like the Git Bash (you can't resize or copy/paste) and think about to change to cygwin, because then I ...
7
votes
4answers
3k views
How do I force git to use LF instead of CR+LF under windows?
I want to force git to checkout files under Windows using just LF not CR+LF. I checked the two configuration options but I was not able to find the right combination of settings.
I want it to convert ...
7
votes
2answers
2k views
How do I enable msysgit colored output when using console2
I'm having a hard time enabling git colored output on windows when using console2.
To trick git I've already SET TERM = 'cygwin'. This enabled the colors from a standard cmd.exe prompt but not in ...
6
votes
1answer
588 views
How do Git SVN ignore-paths work (ignoring daily build tags)?
I am trying clone an svn repository using git svn. The repository has daily builds tagged which I want to ignore. I am trying to use the "ignore-paths" option to do that, but I am still getting the ...
6
votes
1answer
665 views
Configuring Git on Windows to use NTLM proxy authentication
I'm trying to access a repository on Github from a Windows machine that is behind a proxy that requires NTLM authentication. Neither SSH nor the git:// protocol are directly available, so I'm trying ...
6
votes
1answer
6k views
pushing to github from work “Bad file number” error
I got msysgit installed at my computer. And I configured it to work with github at home, where everything went fine.
At work it doesn't:
D:\rails_tutorial_projects\first_app>git push --verbose
...
6
votes
4answers
1k views
Is there a way to use Windows Authentication (Active Directory) for a Git server?
I have found articles regarding how to install Git on a Windows server and use SSH (such as CopSSH) for authentication. I am a little surprised by this as I remember reading that one should not use a ...
6
votes
1answer
9k views
Git clone using ssh - can't find repository
I'm trying to setup a Git server on Windows 7, using CopSsh, PuTTY and msysgit. I'm having problems cloning a repository using ssh.
If I use a regular directory path, it works:
$ git clone ...
6
votes
4answers
2k views
GitHub noobian, should I install msysGit or Cygwin?
I intend to use GitHub with Git Extensions and possibly integrate with FogBugz (optional).
Looking at the download page and reading some rather technical half related questions I wanted to see what ...
6
votes
8answers
5k views
How to set Araxis as diff / merge tool for MSYS git?
I'm trying to use Araxis Merge as my diff / merge tool for MSYSGit.
I found a few resources on the net:
On the Araxis site, they mention an "easy" way, but it implies a executables ...
6
votes
7answers
5k views
Can I use mSysGit and Cygwin's git?
After migrating to Windows, I'm using msysgit with its included bash shell, and that's working well for me. But I have issues: our ant build process won't run in that shell, I'd like to use Cygwin's ...
5
votes
1answer
149 views
Should Git ever think a file that it got from a pull is now untracked?
One of our developers keeps having problems with his Git repositories. He pulls and then later "git status" shows a whole list of untracked files (that is, Git thinks they are new) that actually came ...
5
votes
1answer
638 views
Using msysGit from MinGW and vice versa
I am using git as my revision control system. To do so, I installed msysGit to checkout my repositories on MSW. Now I want to compile my programs with MinGW and found this "problem" for me:
When I ...
5
votes
3answers
2k views
Remember Password, Git bash under windows
Dear All,
I've an automatic building service which download from a git private repository.
The problem is that when it tries to clone repository it need to provide the password, because it is not ...
5
votes
1answer
217 views
Committing partial Hunks in Git
If I made two logical changes, which is continuous in code. Git shows it as one single hunk while adding interactively.
Is there a way to specifically add only few lines in a hunk, during add ...
5
votes
2answers
335 views
Git can't find .ssh
Problem using msysgit on Windows; it can't find .ssh/id_rsa, even though it is present where it should be.
I verified that's the problem with ssh -v git@github.com; that command works when and only ...
5
votes
2answers
3k views
git: patch does not apply
I have a certain patch called my_pcc_branch.patch.
When I try to apply it, I get following message:
$ git apply --check my_pcc_branch.patch
warning: src/main/java/.../AbstractedPanel.java has type ...
5
votes
2answers
269 views
Is this git's correct behavior for “git add” with subfolders?
When using "git add" with a file pattern it only adds recursively the untracked files, and ignores the changed ones unless they are in the current folder.
Example:
$ git status
# On branch master
...
5
votes
2answers
1k views
Git - How to fix “corrupted” interactive rebase?
I managed to create a little mess in my local git repository. I was trying to fix a broken commit by using the following instructions. Before running the "git commit --amend" (and after the git rebase ...
5
votes
1answer
839 views
Hudson Git Plugin not working on windows
I have msysgit installed with OpenSSH option. In Git bash, I can run ssh-agent, and it manages the passphrase for my ssh key. Is it possible for the Hudson Git plugin to use ssh-agent? Currently, it ...
5
votes
1answer
260 views
Why a different SHA-1 for the same file under windows or linux?
Why on the same machine computing the SHA-1 hash of the same file produces two completely different SHA-1 hashes in windows and inside a msysgit Git bash?
Doesn't the SHA-1 algorithm was intended to ...
5
votes
2answers
255 views
Does using msysgit lead to repository corruption?
While stumbling through the chromium code documentation, I came across this post:
http://code.google.com/p/chromium/wiki/UsingGit#Windows
If you are using msysgit, you are
asking for trouble. ...