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 url
Affected version
GitHub Copilot CLI 1.0.40.
Steps to reproduce the behavior
- run
plugin marketplace add passing an SSH repo's url in the format [email protected]/
- the command fails with
remote not found
- look at the output, you see
https://github.com is prepended to your [email protected] repo's url (see attached screenshot
Expected behavior
Pull command should be executed over SSH
Additional context

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 format[email protected]/remote not foundhttps://github.comis prepended to your[email protected]repo's url (see attached screenshotExpected behavior
Pull command should be executed over SSH
Additional context