HiPhish / rainbow-delimiters.nvim

Rainbow delimiters for Neovim with Tree-sitter
https://gitlab.com/HiPhish/rainbow-delimiters.nvim
Apache License 2.0
532 stars 39 forks source link

[Bug]: Rainbow fails to update or install due to gitlab access right issues #95

Closed mystilleef closed 8 months ago

mystilleef commented 8 months ago

Neovim version

master

Language affected

No response

Query

No response

Strategy

No response

Description

I can't seem to update or install rainbow due to the following error:

        Cloning into '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim'...
        remote: Enumerating objects: 3658, done.        
        remote: Counting objects: 100% (902/902), done.        
        remote: Compressing objects: 100% (339/339), done.        
        remote: Total 3658 (delta 540), reused 833 (delta 498), pack-reused 2756        
        Receiving objects: 100% (3658/3658), 496.83 KiB | 2.30 MiB/s, done.
        Resolving deltas: 100% (1434/1434), done.
        Submodule 'test/xdg/local/share/nvim/site/pack/testing/start/nvim-treesitter' (https://github.com/nvim-treesitter/nvim-treesitter) registered for path 'test/xdg/local/share/nvim/site/pack/testing/start/nvim-treesitter'
        Submodule 'test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg' (https://gitlab.com/HiPhish/yo-dawg.nvim.git) registered for path 'test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg'
        Cloning into '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim/test/xdg/local/share/nvim/site/pack/testing/start/nvim-treesitter'...
        remote: Enumerating objects: 29824, done.        
        remote: Counting objects: 100% (3118/3118), done.        
        remote: Compressing objects: 100% (494/494), done.        
        remote: Total 29824 (delta 2738), reused 2711 (delta 2600), pack-reused 26706        
        Receiving objects: 100% (29824/29824), 5.85 MiB | 5.90 MiB/s, done.
        Resolving deltas: 100% (18139/18139), done.
        Cloning into '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim/test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg'...
        Host key verification failed.
        fatal: Could not read from remote repository.

        Please make sure you have the correct access rights
        and the repository exists.
        fatal: clone of 'https://gitlab.com/HiPhish/yo-dawg.nvim.git' into submodule path '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim/test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg' failed
        Failed to clone 'test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg'. Retry scheduled
        Cloning into '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim/test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg'...
        Host key verification failed.
        fatal: Could not read from remote repository.

        Please make sure you have the correct access rights
        and the repository exists.
        fatal: clone of 'https://gitlab.com/HiPhish/yo-dawg.nvim.git' into submodule path '/home/lateef/.local/share/nvim/lazy/rainbow-delimiters.nvim/test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg' failed
        Failed to clone 'test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg' a second time, aborting
mystilleef commented 8 months ago

Screenshot from 2024-01-31 19-24-33

mystilleef commented 8 months ago

Never mind, my gitlab ssh keys had expired. Closing.