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

    I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git installer EXE. That said, ...

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

  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 the issue. I've tried …

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

    I have PyCharm and I am looking around trying to find git.exe to set it up with my repo. What is the PATH to git.exe?

  5. git - How to change line-ending settings - Stack Overflow

    Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF when

  6. How to install Git on windows - Stack Overflow

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

  8. windows - Git replacing LF with CRLF - Stack Overflow

    Dec 28, 2009 · On a Windows machine, I added some files using git add. I got warnings saying: LF will be replaced by CRLF What are the ramifications of this conversion?

  9. How can I set up an editor to work with Git on Windows?

    649 Update September 2015 (6 years later) The last release of git-for-Windows (2.5.3) now includes: By configuring git config core.editor notepad, users can now use notepad.exe as their default editor. …

  10. windows subsystem for linux - How to correct `git` reporting `detected ...

    Aug 25, 2022 · I used git for the last few years in this context: Host = my laptop, windows. WSL enabled Repos live in the Linux side. I access them both from the Linux and the Windows side. I can access …