Misterio77 / flavours

🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
MIT License
501 stars 29 forks source link

Unable to run flavours update all #83

Open MagnusOffermanns opened 9 months ago

MagnusOffermanns commented 9 months ago

I am having trouble logging into Github to initialize flavours. I log in via a ssh connection, which is correctly set up (see first command).

But it does not accept my password in the flavours update all command, even though my input password is the same.

image

I have run the following command to avoid the error of issue (https://github.com/Misterio77/flavours/issues/83):

git config --global --add url."git@github.com:".insteadOf "https://github.com/"

I use flavours 0.7.1 on Debian.

If I should add any info, or I can be helpful in any other way let me know. Thank you for your help :)

titaniumtraveler commented 9 months ago

I am having trouble logging into Github to initialize flavours. I log in via a ssh connection, which is correctly set up (see first command).

Technically you don't have trouble logging into github, but the repo, flavour tries to download, no longer exists/was privated. \ This is a known issue and there is currently work ongoing, (even if very slowly), to completely overhaul the way flavours downloads dependencies.

The temporary fix is to edit $HOME/.local/share/flavours/base16/sources/schemes/list.yaml and comment out the themes ia and solarized.

Also see the issue #79 for more background info.