wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 263 forks source link

Detect git ssh protocols #1233

Closed everett1992 closed 10 months ago

everett1992 commented 1 year ago

packer.nvim errors when installing use { 'ssh://git.company/repo' } I've tried git@git.company/repo, https://git.company/repo, git://git.company/repo but one of these urls work with packer or with git clone.

ssh, git+ssh, ssh+git are all names for git's ssh protocol. I tested this locally and I'm able to install the package.

https://git.kernel.org/pub/scm/git/git.git/tree/connect.c?id=c05186cc38ca4605bff1f275619d7d0faeaf2fa5