We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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.
The text was updated successfully, but these errors were encountered:
Trimming whitespaces from url while cloning (git-up#952)
c4fb1fb
Added in CloneWindowController.m a trimming operation before passing contents of a text field into GitUpKit
Trimming whitespaces from url while cloning (#952) (#965)
477ce37
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: