About 7,860,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. 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 …

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

    Mar 25, 2010 · The proper way to get LF endings in Windows is to first set core.autocrlf to false: git config --global core.autocrlf false You need to do this if you are using msysgit, because it …

  4. 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 …

  5. 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...

  6. How can I save username and password in Git? - Stack Overflow

    I want to use a push and pull automatically in Git Extensions, Sourcetree or any other Git GUI without entering my username and password in a prompt, every time. So how can I save my …

  7. 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 …

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

    648 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 …

  9. git for windows - git: fatal: detected dubious ownership - Stack …

    Aug 18, 2022 · I work with a new Windows installation and the same folder on my network share (NAS System). After installing git and tortoisegit I tried to connect to the git repository, but I …

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

    If git.exe is indeed in your %PATH% (that is, if you can type a git --version in a DOS windows), then which git.exe will tell you where. (provided you did install GoW: Gnu on Windows: 130 …