Generate an SSH URL
protected function generateSshUrl() : string { return 'git@' . $this->originUrl . ':' . $this->owner . '/' . $this->repository . '.git'; }