About 9,310,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 git config …

  2. 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 EXE. That said, ...

  3. 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?

  4. Unable to resolve "unable to get local issuer certificate" using git on ...

    Apr 22, 2017 · 777 I am using Git on Windows. I installed the msysGit package. My test repository has a self signed certificate at the server. I can access and use the repository using HTTP without …

  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 command (git update-index - …

  6. git - How to change line-ending settings - Stack Overflow

    Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF when

  7. cross platform - What's the strategy for handling CRLF (carriage return ...

    Git has an option not to convert line-endings it is autocrlf=false and unless you are doing cross-platform development, like say Mono it is best left to false when running under Windows and set to true if you …

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

  9. How to configure git with SSH keys on Windows 10?

    In the git bash terminal type ssh-keygen -t rsa. This will generate public and private key pair Go to the location of the keys (I'd recommend using git bash for it) and open the public key (with cat, for …

  10. Git for Windows: .bashrc or equivalent configuration files for Git Bash ...

    Jul 30, 2011 · 410 I've just installed Git for Windows and am delighted to see that it installs Bash. I want to customise the shell in the same way I can under Linux (e.g. set up aliases like ll for ls -l), but I can't …