Closed as not planned
Description
While git clone works for github repositories, both public and private, using the ssh example in this repository, it fails for github gists:
repository not found
reference not found
Steps to reproduce
- https://github.com/go-git/go-git/blob/master/_examples/clone/auth/ssh/main.go
- verify that a clone of a private github repository succeeds
- change the url to a gist, e.g.
git@gist.github.com:295af749c3f61b3e420a2b164ec407c4.git
- the log should indicate that the
repository
andreference
cannot be found