-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
good first issueA change that shouldn't involve too much insider knowledgeA change that shouldn't involve too much insider knowledge
Description
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.
Metadata
Metadata
Assignees
Labels
good first issueA change that shouldn't involve too much insider knowledgeA change that shouldn't involve too much insider knowledge