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

    May 21, 2013 · But now I cannot clone other repositories (for example a public repository on GitHub), because the client always uses the configured certificate which gets rejected by other …

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

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

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

  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. Difference between Git GUI, Git Bash, Git CMD - Stack Overflow

    Jul 11, 2017 · What is difference between GIT GUI, GIT BASH and GIT CMD? Someone has asked it before in Quora. Git Bash: Bash is a Unix shell and command language, and is the …

  7. TortoiseGit with openssh key not authenticating using ssh-agent

    Git or Bash is not working with ssh-agent by default, because they using it's own ssh.exe. I would like to go with system ssh.exe (for win10 it located in …

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

  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 …

  10. How to Figure Which SSH Client is Used by Git in Git Bash on …

    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?