devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

gh in later versions is not supported by MacOSX #1232

Closed jan-vcapgemini closed 1 year ago

jan-vcapgemini commented 1 year ago

Expected behavior

As a devonfw-ide MacOSX user, I want to install the latest version of gh (Github CLI)

Actual behavior

For version 2.31.0 the URLs for MacOSX are missing.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. run devon gh
  2. check error message

Related/Dependent Issues

Comments/Hints:

Looks like github changed their latest MacOSX releases from tar.gz to zip. We could simply add another addVersion with the zip instead of the tar.gz to our GhUrlUpdater.addVersion method.

Affected version: