Fix
Fix the URL parsing issue if the provided git URL used the long SSH format, but no port was specified in it.
Example:
Previously the step was able to parse the ssh://git@github.com:22/bitrise-samples/git-clone-test.git
But failed for ssh://git@github.com/bitrise-samples/git-clone-test.git