-
Notifications
You must be signed in to change notification settings - Fork 49
Description
My company uses a self-hosted gitlab using gitolite, I face the following error while running the plugin.
gitlab.nvim: Failure initializing plugin: invalid git URL format: gitolite@gitlab.p.ghpr.asia:gt/core/algo-services-core.git which I found comes from
gitlab.nvim/cmd/app/git/git.go
Line 65 in e29909c
| return GitData{}, fmt.Errorf("invalid git URL format: %s", url) |
version 3.4.0 tag v3.4.0 branch main commit e29909c
(base) ➜ algo-services-core git:(release/ASVC-80/new_context) ✗ echo $GITLAB_URL
https://gitlab.p.ghpr.asia/
(base) ➜ algo-services-core git:(release/ASVC-80/new_context) ✗ git remote get-url origin
gitolite@gitlab.p.ghpr.asia:gt/core/algo-services-core.git
I don't any configuration can bypass this setting if I am reading the go code correctly, is there a solution for this ?