About 52 results
Open links in new tab
  1. How to upgrade Git on Windows to the latest version

    When I type git --version from my prompt, the same thing. I found this article on a similar issue with Git on Mac OS X, which leads me to believe that it has something to do with a faulty PATH, but I'm still …

  2. How to install Git on windows - where to download and which version ...

    Dec 5, 2010 · How to install Git on windows - where to download and which version Asked 15 years, 2 months ago Modified 3 years, 8 months ago Viewed 875 times

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

    Aug 9, 2022 · I need that so no installing WSL and etc. 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 …

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

    Jan 18, 2018 · Later I found that on Npackd it's easier to find those full installers. Just search Git, and find Git for Windows 64 bit installers and 32 bit installers. All download links point to Git for Windows ' …

  5. git - How to install GitFlow for Windows - Stack Overflow

    Sep 2, 2015 · Is there a way to install Git Flow on Windows? I tried this tutorial but I'm unable to understand it. I already have Git Installed on my PC, can I use GitFlow from my current Git installation?

  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 the issu...

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

  8. Git without Admin rights, Windows 10? - Stack Overflow

    Oct 13, 2022 · Our corporate PCs have git installed which always tries to gain admin access on any git command, Even git --version. This is weird that git is designed that way that it need admin access for …

  9. How to run "make" command in gitbash in windows?

    Mar 8, 2021 · Can anyone help me to run Makefile in Windows using the make command? When I try to run from git bash I'm getting the following error: $ make build bash: make: command not found $ …

  10. windows - Where is git.exe located? - Stack Overflow

    If git.exe is indeed in your %PATH% (that is, if you can type a git --version in a DOS windows), then which git.exe will tell you where. (provided you did install GoW: Gnu on Windows: 130 unix …