gofireflyio / aiac

Artificial Intelligence Infrastructure-as-Code Generator.
Apache License 2.0
3.52k stars 276 forks source link

Packaging Issue #79

Closed vijayet1 closed 11 months ago

vijayet1 commented 12 months ago

Seems latest release has some packaging issue. Both brew and go installs are failing, with below errors

❯ brew install gofirefly/aiac/aiac

==> Tapping gofirefly/aiac
Cloning into '/opt/homebrew/Library/Taps/gofirefly/homebrew-aiac'...
remote: Repository not found.
fatal: repository 'https://github.com/gofirefly/homebrew-aiac/' not found
Error: Failure while executing; `git clone https://github.com/gofirefly/homebrew-aiac /opt/homebrew/Library/Taps/gofirefly/homebrew-aiac --origin=origin --template= --config core.fsmonitor=false` exited with 128.

❯ go install github.com/gofirefly/aiac/v3@latest

go: github.com/gofirefly/aiac/v3@latest: module github.com/gofirefly/aiac/v3: git ls-remote -q origin in /Users/user/go/pkg/mod/cache/vcs/42614cb9d22f340d881bf8d7d99410e2728e11f8bb438ec3e9920787583357a3: exit status 128:
    remote: Repository not found.
    fatal: repository 'https://github.com/gofirefly/aiac/' not found
ido50 commented 11 months ago

Your command line is wrong, it should be go install github.com/gofireflyio/aiac/v3@latest. You're missing an "io" after "gofirefly".