When copying a url from somewhere else it's often possible to accidentally copy some space characters in front or after the actual URL.
For example, instead of git@github.com:git-up/GitUp.git this will be copied: git@github.com:git-up/GitUp.git
As the result, GitUp shows this alert:

Would be great to simply ignore these white space characters and continue to clone the actual URL.
When copying a url from somewhere else it's often possible to accidentally copy some space characters in front or after the actual URL.
For example, instead of
git@github.com:git-up/GitUp.gitthis will be copied:git@github.com:git-up/GitUp.gitAs the result, GitUp shows this alert:

Would be great to simply ignore these white space characters and continue to clone the actual URL.