-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Marketplace installation over SSH fails #3102
Copy link
Copy link
Open
Labels
area:networkingProxy, SSL/TLS, certificates, corporate environments, and connectivity issuesProxy, SSL/TLS, certificates, corporate environments, and connectivity issuesarea:pluginsPlugin system, marketplace, hooks, skills, extensions, and custom agentsPlugin system, marketplace, hooks, skills, extensions, and custom agents
Metadata
Metadata
Assignees
Labels
area:networkingProxy, SSL/TLS, certificates, corporate environments, and connectivity issuesProxy, SSL/TLS, certificates, corporate environments, and connectivity issuesarea:pluginsPlugin system, marketplace, hooks, skills, extensions, and custom agentsPlugin system, marketplace, hooks, skills, extensions, and custom agents
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
trying to add a marketplace, copilot cli tries to pull the repo via HTTPS, prepending
https://to repo url, regardless the repo is passed as SSH formatted urlAffected version
GitHub Copilot CLI 1.0.40.
Steps to reproduce the behavior
plugin marketplace addpassing an SSH repo's url in the formatgit@github.com/remote not foundhttps://github.comis prepended to yourgit@github.comrepo's url (see attached screenshotExpected behavior
Pull command should be executed over SSH
Additional context