Skip to content
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

Antigen installation unixorn/fzf-zsh-plugin... Error! Activate logging and try again. #54

Closed
gerardbosch opened this issue Feb 18, 2022 · 3 comments · Fixed by #57
Closed

Comments

@gerardbosch
Copy link
Contributor

gerardbosch commented Feb 18, 2022

Hi there!

I tried to install the plugin via antigen:

antigen bundle unixorn/fzf-zsh-plugin

and I get the following:

Installing unixorn/fzf-zsh-plugin!...
Installing unixorn/fzf-zsh-plugin... Error! Activate logging and try again.

I don't know how to troubleshoot that, if I look at antigen debug.log file I see:

[TRA][1645208260.1165227890] -antigen-bundle-instal failed to clone https://github.com/unixorn/fzf-zsh-plugin.git BUNDLE

which does not tell me much. If I try to manually clone the repo like,

cd /tmp
git clone https://github.com/unixorn/fzf-zsh-plugin.git

the git clone works. So I don't know what to check.

Thanks 🙏

P.S. Other plugins, including unixorn/autoupdate-antigen.zshplugin, are downloading and loading fine.

@gerardbosch
Copy link
Contributor Author

I found out that the root cause was zsh-users/antigen#717, so until resolved it is required to explicitly specify the default branch in the URL when this is different from master:

antigen bundle unixorn/fzf-zsh-plugin@main

@gerardbosch gerardbosch changed the title Installing unixorn/fzf-zsh-plugin... Error! Activate logging and try again. Antigen installation unixorn/fzf-zsh-plugin... Error! Activate logging and try again. Feb 22, 2022
@gerardbosch
Copy link
Contributor Author

May it worth it to mention that on the README? Feel totally free to close it it that's not worth it :)
I'm not sure if this is gonna be addressed on Antigen anytime soon.

@gerardbosch gerardbosch reopened this Feb 22, 2022
@unixorn
Copy link
Owner

unixorn commented Feb 22, 2022

Sure, please make a PR with an update in the readme's antigen install instructions. I haven't used it in years and didn't realize it would break for non-master default branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants