Hi,
I built my 2nd snap ever this week so I’m pretty new around here. I included the stage-package git
in my snap but when I try to use git to fetch I receive the error fatal: unable to find remote helper for 'https'
. Doing an strace on my system git I can see the binary git-remote-https
being called. When I search for this binary under /snap it is not found so I think this is the issue.
My question is, why does the git
stage-package for core20
differ from the git
package found in focal
? https://packages.ubuntu.com/focal/git clearly shows that git-remote-https is part of the git
package. I’m totally confused how to get HTTPS support in my snap. Please help!