About 337,000 results
Open links in new tab
  1. Why do I need to download Git, if it is built into VS Code?

    Aug 10, 2023 · Make sure Git is installed. VS Code will use your machine's Git installation (at least version 2.0.0), so you need to install Git first before you get these features. If on one of …

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

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

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

  4. How to add man and zip to "git bash" installation on Windows

    Here's another, slightly different, set of instructions to install zip for git bash on windows: Navigate to this sourceforge page Download zip-3.0-bin.zip In the zipped file, in the bin folder, find the …

  5. git - Fastest way to download a GitHub repository - Stack Overflow

    This works very nicely if you already have the Windows GitHub Client as mentioned by @Tommy in his answer on this related question (How to download source in ZIP format from GitHub?).

  6. How to install Git on windows - where to download and which …

    Dec 5, 2010 · How to install Git on windows - where to download and which version Asked 15 years, 1 month ago Modified 3 years, 7 months ago Viewed 866 times

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

  8. How to install git-filter-repo on Windows - Stack Overflow

    Run git-filter-repo, python git-filter-repo, python3 git-filter-repo. In all cases, the command cannot find the file/operation. I noticed that when I cloned, I ran into the symlink issue mentioned in …

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

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

    Oct 13, 2022 · 4 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 …