About 13,300,000 results
Open links in new tab
  1. How do I configure Git to trust certificates from the Windows ...

    May 21, 2013 · Beginning with Git for Windows 2.14, you can now configure Git to use SChannel, the built-in Windows networking layer. This means that it will use the Windows certificate …

  2. ssl - How to install OpenSSL in Windows 10? - Stack Overflow

    In my case, I found the OpenSSL executable in the following location of the Git for Windows installation. C:\Program Files\Git\usr\bin\openssl.exe If you also want instructions on how to …

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

  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 do I use Bash on Windows from the Visual Studio Code …

    Mar 5, 2017 · Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?

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

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

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

  10. Unable to resolve "unable to get local issuer certificate" using git …

    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 …