About 104,000 results
Open links in new tab
  1. 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...

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

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

  6. .ssh/config file for windows (git) - Stack Overflow

    For me worked only adding the config or ssh_config file that was on the dir ~/.ssh/config on my Linux system on the c:\Program Files\Git\etc\ssh\ directory on Windows.

  7. Git does not use SSH key (Windows) - Stack Overflow

    Mar 21, 2022 · The issue is that git bundles its own SSH executable with it, and as in Windows (at least historically) the native OpenSSH client was optional, git won't acknowledge it by default. As a result …

  8. How to update Git client for Windows while keeping the old settings ...

    Apr 22, 2018 · For me, installing the Windows download did not disturb earlier config file changes. git update-git-for-windows failed due to a curl issue.

  9. A way to access Git without installing client software? (Web access ...

    Nov 18, 2011 · 20 If I am working on a project from a hotel computer, is there a way to access a git repository (gitorious) using a web based client? I have a portable c++ compiler for the coding part, …

  10. Why do I need to download Git, if it is built into VS Code?

    Aug 10, 2023 · A Git client is a software application that allows you to interact with a Git repository. You can use a Git client to perform actions such as committing changes, creating branches, merging …