[Bug]: copilot.lua plugin installation fails with SSH checkout error #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello there,
I am setting up your dotfiles on [Your OS, e.g., Fedora 42], and I encountered a persistent issue while installing plugins via
Lazy.nvim.The
copilot.luaplugin fails to install because it attempts to use the SSH protocol for cloning, which fails if the user hasn't set up an SSH key.Steps to Reproduce:
nvimconfiguration to~/.config/nvim.nvim, which automatically initiated plugin installation via Lazy.nvim.Expected Behavior:
The
copilot.luaplugin should install successfully.Actual Behavior (The Error):
The installation fails with a
clone failederror, indicating an issue with the SSH connection attempt:Proposed Solution (Optional):
To ensure installation works out-of-the-box for users who rely on HTTPS, perhaps changing the plugin source definition in the configuration files to explicitly use the HTTPS URL for cloning would resolve this dependency issue.
Thank you for your work on these dotfiles!