About 170,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. ssl - How to install OpenSSL in Windows 10? - Stack Overflow

    1513 I also wanted to use OpenSSL on Windows 10. An easy way to do it without running into the risk of installing unknown software from 3rd party websites and risking viruses, is by using the …

  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. windows - git is not installed or not in the PATH - Stack Overflow

    9 Install git and tortoise git for windows and make sure it is on your path, (the installer for Tortoise Git includes options for the command line tools and ensuring that it is on the path - select …

  5. How do I install and use cURL on Windows? - Stack Overflow

    May 1, 2017 · If you are on Windows 10, version 1803 or later, your OS ships with a copy of curl, already set up and ready to use. If you have Git for Windows installed (if you downloaded Git …

  6. How to install git on Windows 10 without Git Bash or GUI?

    I am trying to install Git on Windows 10, but without Git Bash or GUI. I want to use Git in PowerShell and I would like not to bloat my PC. I know the install size is small, but that's not …

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

  8. windows - How can I install git (with bash on PowerShell) on …

    Aug 9, 2022 · I need to install git unattended, that is, with command line only. Existing tutorials like this only launch the installer using PowerShell, but I have to use the mouse to install stuff.

  9. how to download and install git client for window using Powershell

    Oct 13, 2017 · Was looking to do the same without using chocolatey. The following is working for me, using powershell to download and install the 64-bit version of git-for-windows:

  10. Package management in Git for Windows (Git Bash)?

    Git for Windows being based on MSYS2, it's possible to install the git package into an existing MSYS2 installation. That means that if you are already using MSYS2 on your computer, you …