Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HTTPS over git:// when cloning starters (gatsbyjs#3820)
`git://` (which is what `hostInfo.git(...)` gets you) uses unencrypted transport isn't recommended as a way to clone GitHub repositories (https://help.github.com/articles/which-remote-url-should-i-use/). This change uses HTTPS instead.
- Loading branch information