You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use argocd-autopilot in MacOS Ventura 13.3 (darwin/amd64) and getting Error: Failed to build bootstrap manifests. While it looks similar to #82 the issue seems to be caused by following 2 lines in my .gitconfig
Removing or commenting the lines, solves the issue. It would be nice if Git protocol used by argocd-autopilot is documented in Getting Started section of argocd-autopilot documentation.
Console log:
❯ brew install argocd-autopilot
==> Fetching argocd-autopilot
==> Downloading https://ghcr.io/v2/homebrew/core/argocd-autopilot/manifests/0.4.15
Already downloaded: /Users/egor/Library/Caches/Homebrew/downloads/d83abd8575734531d99bb7d16033ae47f95bd6e1b90d7d3fcb8bc63891616e2b--argocd-autopilot-0.4.15.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/argocd-autopilot/blobs/sha256:72eff96e6e24ea224064dc0ccd7daff2eb30a0e207fdf25bf2f433cea3c362
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:72eff96e6e24ea224064dc0ccd7daff2eb30a0e207fdf25bf2f433ce
######################################################################## 100.0%
==> Pouring argocd-autopilot--0.4.15.ventura.bottle.tar.gz
==> Caveats
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/argocd-autopilot/0.4.15: 9 files, 115MB
==> Running `brew cleanup argocd-autopilot`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
❯ argocd-autopilot repo bootstrap
FATAL failed to build bootstrap manifests: failed running kustomization: accumulating resources: accumulation err='accumulating resources from 'github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.15': evalsymlink failure on '/Users/egor/auto-pilot4214078380/github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.15' : lstat /Users/egor/auto-pilot4214078380/github.com: no such file or directory': git cmd = '/usr/bin/git fetch --depth=1 origin v0.4.15': exit status 128
The text was updated successfully, but these errors were encountered:
I'm trying to use argocd-autopilot in MacOS Ventura 13.3 (darwin/amd64) and getting
Error: Failed to build bootstrap manifests
. While it looks similar to #82 the issue seems to be caused by following 2 lines in my.gitconfig
Removing or commenting the lines, solves the issue. It would be nice if Git protocol used by
argocd-autopilot
is documented in Getting Started section ofargocd-autopilot
documentation.Console log:
The text was updated successfully, but these errors were encountered: