About 13,300,000 results
Open links in new tab
  1. Filename too long in Git for Windows - Stack Overflow

    Mar 22, 2014 · I'm using Git-1.9.0-preview20140217 for Windows. As I know, this release should fix the issue with too long filenames. But not for me. Surely I'm doing something wrong: I did …

  2. How do I force Git to use LF instead of CR+LF under Windows?

    Mar 25, 2010 · The files in the repository are already using only LF but when I get them under Windows msysgit converts them to CR+LF.

  3. Why git can't remember my passphrase under Windows

    Windows 10 ships with OpenSSH for some time now. Enable the ssh-agent service, use ssh-add to add your key to the ssh store, and set GIT_SSH in your environment (if necessary) and …

  4. windows - Error "'git' is not recognized as an internal or external ...

    I have an installation of Git for Windows, but when I try to use the git command in Command Prompt, I get the following error: 'git' is not recognized as an internal or external command, …

  5. How to create file execute mode permissions in Git on Windows?

    For example, Windows users adding shell scripts may wish to add them as executable for compatibility with users on non-Windows. Although this can be done with a plumbing …

  6. windows - Where is git.exe located? - Stack Overflow

    I have PyCharm and I am looking around trying to find git.exe to set it up with my repo. What is the PATH to git.exe?

  7. Where is the global Git configuration data stored?

    I was being really dumb, I didnt add the "--global" flag to the edit command! "git config --global --edit" showed the file with all my config changes, "git config --edit" was the file I kept opening …

  8. How to upgrade Git on Windows to the latest version

    I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git installer …

  9. Git: Installing Git in PATH with GitHub client for Windows

    How do I install Git in my PATH when using the GitHub client for Windows? I'm running into errors because apparently Git is not installed in PATH. For example, using Atom, trying to install the Li...

  10. How can I set up an editor to work with Git on Windows?

    649 Update September 2015 (6 years later) The last release of git-for-Windows (2.5.3) now includes: By configuring git config core.editor notepad, users can now use notepad.exe as …