Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Repo fatal in clone for zsh-lint #303

Closed
2 of 3 tasks
b9Joker108 opened this issue Feb 16, 2024 · 2 comments
Closed
2 of 3 tasks

[bug]: Repo fatal in clone for zsh-lint #303

b9Joker108 opened this issue Feb 16, 2024 · 2 comments
Assignees
Labels
Q&A ✍️ Questions and answers.

Comments

@b9Joker108
Copy link

Environment

Termux

Reproduction steps

1.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 behavior

1. 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 behavior

1. I have explained that. The clone of zsh-lint is unsuccessful, as the address appears to be in error in Zi.

Code snippet

Please refer above.

Additional information

zi zstatus
Directories set:
Home: /data/data/com.termux/files/home/.zi                                                            Binary: /data/data/com.termux/files/home/.zi/bin                                                      Plugin: /data/data/com.termux/files/home/.zi/plugins                                                  Snippet: /data/data/com.termux/files/home/.zi/snippets
Service: /data/data/com.termux/files/home/.zi/services
Modules: /data/data/com.termux/files/home/.zi/zmodules
User-land: /data/data/com.termux/files/home/.zi/polaris
Completions:/data/data/com.termux/files/home/.zi/completions
Loaded plugins: 2
Light loaded: 0
Downloaded plugins: 2
Compiled plugins: 2
Enabled completions: 1
Disabled completions: 0
Completions available overall: 1
Snippets loaded:

Self-service

  • I'd be willing to address this documentation request myself.

Have you read the Contributing Guidelines?

Are you familiar with the Contributor Covenant Code of Conduct?

Contact Details

beauford.a.stenberg@gmail.com

@b9Joker108 b9Joker108 added bug 🐞 Inconsistencies or issues which will cause a problem for users or implementors. triage 📑 The issue is awaiting investigation. labels Feb 16, 2024
@ss-o
Copy link
Member

ss-o commented Feb 21, 2024

Hi @b9Joker108 👋

The issue you are having is incorrect syntax zi load zsh-lint.

Correct syntax:

zi load <user>/<repository>

In your case:

zi load z-shell/zsh-lint

Related documentation: wiki.zshell.dev

@ss-o ss-o added Q&A ✍️ Questions and answers. and removed bug 🐞 Inconsistencies or issues which will cause a problem for users or implementors. triage 📑 The issue is awaiting investigation. labels Feb 21, 2024
@b9Joker108
Copy link
Author

Thank you very much. It's working.

@z-shell z-shell locked and limited conversation to collaborators Feb 22, 2024
@ss-o ss-o converted this issue into discussion #304 Feb 22, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Q&A ✍️ Questions and answers.
Projects
None yet
Development

No branches or pull requests

2 participants