[bug]: Repo fatal in clone for zsh-lint #304
Answered
by
ss-o
b9Joker108
asked this question in
Q&A
-
EnvironmentTermux Reproduction steps1.I just tried to execute `zi load zsh-lint`
2. But got:
Downloading: zsh-lint… (at label: zsh-lint…)
Cloning into '/data/data/com.termux/files/home/.zi/plugins/zsh-lint'...
remote: Not Found
fatal: repository 'https://github.com/zsh-lint/' not found
Clone failed (code: 128).
I note that the correct repository seems to be:
https://github.com/z-shell/zsh-lint Expected behavior1. I am not sure really. It is my first time using Zi after tweaking the Dash installation script, to install Zi in Termux without root. Current behavior1. I have explained that. The clone of zsh-lint is unsuccessful, as the address appears to be in error in Zi. |
Beta Was this translation helpful? Give feedback.
Answered by
ss-o
Feb 21, 2024
Replies: 2 comments
-
Hi @b9Joker108 👋 The issue you are having is incorrect syntax Correct syntax: zi load <user>/<repository> In your case: zi load z-shell/zsh-lint Related documentation: wiki.zshell.dev |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ss-o
-
Thank you very much. It's working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @b9Joker108 👋
The issue you are having is incorrect syntax
zi load zsh-lint
.Correct syntax:
In your case:
Related documentation: wiki.zshell.dev