zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8k stars 279 forks source link

`antigen update` doesn't work #686

Open rgeorgiev583 opened 5 years ago

rgeorgiev583 commented 5 years ago

Description

antigen update fails with a 1 exit status code.

Steps to reproduce

1 - Open terminal
2 - Run `antigen update`
3 - `Updating @master... Error! Activate logging and try again.` is displayed

Expected behavior:

- No error message is displayed and all bundles get updated accordingly.

Software version

Configuration

More information

TakuyaSama commented 3 years ago

Same issue here, but only with 3 of my 5 Zsh plugins, I'll paste here the output I got.

antigen update
Updating romkatv/powerlevel10k@master... Error! Activate logging and try again.
Updating zsh-users/zsh-autosuggestions@master... Done. Took 1s.
Updating zsh-users/zsh-completions@master... Error! Activate logging and try again.
Updating zsh-users/zsh-history-substring-search@master... Done. Took 1s.
Updating zsh-users/zsh-syntax-highlighting@master... Error! Activate logging and try again.

On my laptop/ultrabook, I got no issues and it updates the 5 flawlessly, as it should.