Issues when downloading snippets with OMZP: #745
Unanswered
mateusbadalotti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Since one week ago, I'm facing some issues when downloading plugins with OMZP://, sometimes it work, sometimes it doesn't.
`[self-update] fetching latest changes from main branch
From ssh://github.com/zdharma-continuum/zinit
Already up to date.
[self-update] compiling zinit via zcompile
[self-update] reloading zinit for the current session
[self-update] updating zinit repository
[self-update] fetching latest changes from main branch
Note: updating also unloaded snippets
Updating snippet: OMZP::dotenv
==> Downloading OMZP::dotenv (with curl, wget, lftp)
curl: (56) The requested URL returned error: 429
curl: (56) The requested URL returned error: 429
ERROR: Download failed.
Updating snippet: OMZP::git
==> Downloading OMZP::git (with curl, wget, lftp)
curl: (56) The requested URL returned error: 429
################################################################################################################################# 100.0%
==> Compiling OMZP::git [OK]
Updating snippet: OMZP::sudo
==> Downloading OMZP::sudo (with curl, wget, lftp)
################################################################################################################################# 100.0%
==> Compiling OMZP::sudo [OK]
Note: updating also unloaded plugins
Updating Aloxaf/fzf-tab
Updating ohmyzsh/ohmyzsh
Updating zsh-users/zsh-autosuggestions
Updating zsh-users/zsh-completions
Updating zsh-users/zsh-syntax-highlighting
The update took 24.15 seconds
mise All tools are up to date`
Any way to solve it? I'm already using SSH to authenticate to github, but maybe I need to setup a PAT or something like this?
Relevant config part
`# ========================
ZSH PLUGINS AND SNIPPETS
========================
zi light Aloxaf/fzf-tab
zi light zsh-users/zsh-syntax-highlighting
zi light zsh-users/zsh-completions
zi light zsh-users/zsh-autosuggestions
zi snippet OMZP::git
zi snippet OMZP::sudo
zi snippet OMZP::dotenv`
Beta Was this translation helpful? Give feedback.
All reactions