79720675

Date: 2025-07-31 01:35:37
Score: 1.5
Natty:
Report link

Anyone still facing the same issue, and the below comment should not solve it.

Try this, as it happens to solve it on my end:

  1. Open File Explorer and go to:

    C:\Windows\System32

  2. Look for a file named git (no extension, or maybe git.exe).

  3. If you find it:

    • Rename it to git.old

    • Or delete it if you're sure it is not needed.

In PowerShell, run:

$gitPath = "C:\Program Files\Git\cmd" [Environment]::SetEnvironmentVariable("Path", $env:Path + ";$gitPath", "User")

Then restart PowerShell, that's it, that's all

Reasons:
  • Whitelisted phrase (-1): Try this
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Tuyishime Serge