Closed TheHipbot closed 5 years ago
Hermes assumes that the clone url is using https protocol, but should have support for ssh and probably even http. This protocol should be in the config and set at the remote level. Possibly something like this:
https
ssh
http
remotes: github.com: protocol: ssh
make sure that the urls to repos are ssh://git@ or it won't work. That is until src-d/go-git implements ssh config of git
ssh://git@
closed by #24
Hermes assumes that the clone url is using
https
protocol, but should have support forssh
and probably evenhttp
. This protocol should be in the config and set at the remote level. Possibly something like this: