Install with antigen failed #350
-
Installing marlonrichert/zsh-autocomplete... Error! Activate logging and try again
source ~/antigen.zsh
antigen bundle marlonrichert/zsh-autocomplete
antigen apply This issue started to appear in the middle or late February if I remember it right. The first time I installed this plugin with antigen is Jan. 14 because on that day I saw this answer on StackOverflow. Antigen had no problem install this plugin then. Due to antigen cannot clone a specific branch of a GitHub repo, therefore I am unable to test which branch started to cause this. Now I can manually clone the repo to $HOME/.antigen/bundles/marlonrichert/zsh-autocomplete and it works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Simply change your source ~/antigen.zsh
- antigen bundle marlonrichert/zsh-autocomplete
+ antigen bundle marlonrichert/zsh-autocomplete@main
antigen apply And it will work. |
Beta Was this translation helpful? Give feedback.
Simply change your
.zshrc
:And it will work.