Describe the bug
When using the CLI from Snap latest and using HTTPS, cloning repositories fails with the error "fatal: Unable to find remote helper for 'https'".
Version:
gh version 1.8.1-51-g37ecdb93 (2021-04-09)
https://github.com/cli/cli/releases/latest
OS:
Name: Manjaro Linux
Version: 21.0 (Ornara)
Codename: Ornara
Steps to reproduce the behavior
- Download gh using
snap install --edge gh
- Setup gh using
gh auth login choosing HTTPS as the protocol
- Clone any repo e.g.
gh repo clone Unkn0wnCat/Unkn0wnCat.net
Expected vs actual behavior
The CLI is supposed to clone the repo into a local directory, but instead it errors out due to not finding a remote helper for https.
Logs
$ gh repo clone Unkn0wnCat/Unkn0wnCat.net
Cloning into 'Unkn0wnCat.net'...
warning: templates not found /usr/share/git-core/templates
fatal: Unable to find remote helper for 'https'
exit status 128
Describe the bug
When using the CLI from Snap latest and using HTTPS, cloning repositories fails with the error "fatal: Unable to find remote helper for 'https'".
Version:
gh version 1.8.1-51-g37ecdb93 (2021-04-09)
https://github.com/cli/cli/releases/latest
OS:
Name: Manjaro Linux
Version: 21.0 (Ornara)
Codename: Ornara
Steps to reproduce the behavior
snap install --edge ghgh auth loginchoosing HTTPS as the protocolgh repo clone Unkn0wnCat/Unkn0wnCat.netExpected vs actual behavior
The CLI is supposed to clone the repo into a local directory, but instead it errors out due to not finding a remote helper for https.
Logs