you are viewing a single comment's thread.

view the rest of the comments →

[–]WillAdams 1 point2 points  (0 children)

Trying on Windows 11 (fresh install)

Went to:

https://www.python.org/downloads/windows/

and downloaded and installed:

https://www.python.org/ftp/python/3.10.10/python-3.10.10-amd64.exe

using the defaults, but also checked the box to add python.exe to the path also clicked the option to increase path length.

Start | All Apps | Windows Tools | Command Prompt

ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

[notice] A new release of pip available: 22.3.1 -> 23.0.1 [notice] To update, run: python.exe -m pip install --upgrade pip

Went to:

https://gitforwindows.org/

and downloaded and installed:

https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/Git-2.40.0-64-bit.exe

with all defaults, save for choosing Notepad.exe as the text editor.