There is some validation set on the repository to ensure it is a valid URL, however this prevents you from being able to use SSH for the repository.
To fix this locally I have updated the file /app/Services/Form/Project/ProjectFormLaravelValidator.php and changed required|url to just required next to repository.
Not sure if this is the only place that needs updating?
I can now use repository URLs like so: git@bitbucket.org:company/project.git
There is some validation set on the repository to ensure it is a valid URL, however this prevents you from being able to use SSH for the repository.
To fix this locally I have updated the file
/app/Services/Form/Project/ProjectFormLaravelValidator.phpand changedrequired|urlto justrequirednext torepository.Not sure if this is the only place that needs updating?
I can now use repository URLs like so:
git@bitbucket.org:company/project.git