Can you add http support? [func getRemote(name string) string { return "https://" + name }](https://github.com/easyp-tech/easyp/blob/0761bbe5b786ed08508a0233698a89fe878eed52/internal/adapters/repository/git/git.go#L66)
Can you add http support?
func getRemote(name string) string {
return "https://" + name
}