auto-commit icon indicating copy to clipboard operation
auto-commit copied to clipboard

Installation on Windows

Open tecnoe opened this issue 3 years ago • 1 comments

It is possible to install on Windows 11 without WSL.

tecnoe avatar Dec 06 '22 17:12 tecnoe

  • Download the latest version of 'auto-commit-win-x86_64.exe'

    • https://github.com/m1guelpf/auto-commit/releases
  • Place the file in a location that's in the Path, such as 'C:\Windows\System32' and rename it to 'auto-commit.exe'

  • Set the API key as an environment variable by going to System Properties > Environment Variables > System Variables > New

    • Variable Name: OPENAI_API_KEY
    • Variable Value: sk-XXXXXXXX
  • Restart your PC to reflect the environment variable changes

GitHub
Releases · m1guelpf/auto-commit
A CLI tool that automatically writes commit messages for you. - m1guelpf/auto-commit

kou72 avatar Jan 21 '23 06:01 kou72