About 101,000 results
Open links in new tab
  1. Git with SSH on Windows - Stack Overflow

    C:\set GIT_SSH GIT_SSH=C:\Program Files (x86)\Git\bin\ssh.exe Now git will be able to use the keys that you generated earlier. This fix is so far only for the current window. To fix it completely you need …

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

    To update to the latest version of Git and Git Bash, you can download and install the latest version of Git for Windows. As per this FAQ, settings/customizations should be preserved if they were installed in …

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

  4. How to install old version of Git on Windows 10 - Stack Overflow

    Jan 18, 2018 · 3 I found that sometime it isn't straightforward to find an old version's full installer for on Git for Windows' release page. For example recently i tried to download v2.22.0 for windows. …

  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 to Figure Which SSH Client is Used by Git in Git Bash on Windows

    Jan 5, 2021 · I want to figure which SSH client is used by git commands when running git bash on windows. Is there any git command I can run that will display the ssh client path?

  7. Is there a git-svn windows client something like TortoiseSVN?

    The best GUI tool for for using git local and svn as a server is SmartGitHg from syntevo (works for Windows, Lunux and OS X). For OS X you cal also use SourceTree from Atlassian.

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

  9. Changing the SSH client in Git after you've installed it

    May 25, 2022 · However I'm using MobaXterm as my current general ssh client and I'd like to stay consistent with my tools. So how would I be able to switch the SSH client to be MobaXterm after I've …

  10. Where does GitHub for Windows keep its SSH key?

    GitHub distributes a simplified Git client for Windows they call GitHub for Windows; it authenticates via GitHub account, and although it usually uses HTTPS remotes for local repositories it creates, if you …