jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

Fisher hanging whilst installing #724

Closed faesel closed 1 year ago

faesel commented 1 year ago

Fisher seems to hang for me when im trying to install it using the command

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

i just get fisher install version 4.4.2 appear on my console window and nothing else.

I'm running ubuntu 22.04, with fish version 3.5.0, please help

jorgebucaran commented 1 year ago

Perhaps there's something in your config.fish that shouldn't be there or should run in interactive mode.

If you post your config here I'll take a look.

faesel commented 1 year ago

Thanks for replying, my config is mostly empty, ive just done a clean install.

set -g -x fish_greeting 'Greetings Faesel'
ssh-add ~/.ssh/id_rsa
jorgebucaran commented 1 year ago

What happens if you comment everything out? Still hung?

faesel commented 1 year ago

Ha! that worked thank you so much!