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
If the remote git url I added to che starts with spaces mistakenly, che can accept it:
https://camo.githubusercontent.com/a49cb171724f66e8f7359692f2437a1162e82bce/687474703a2f2f736e61672e67792f49587346442e6a7067
but can't show it properly:
https://camo.githubusercontent.com/0e454d0b425a02666d391df52581e0464b182756/687474703a2f2f736e61672e67792f684d4962302e6a7067
If I push to this remote, it will show such an error:
https://camo.githubusercontent.com/b1772f22ab4177dfecb2609fc8700619dd917d65/687474703a2f2f736e61672e67792f7447564f452e6a7067
I think che should display an error when the url contains spaces, or just trim it directly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the remote git url I added to che starts with spaces mistakenly, che can accept it:
https://camo.githubusercontent.com/a49cb171724f66e8f7359692f2437a1162e82bce/687474703a2f2f736e61672e67792f49587346442e6a7067
but can't show it properly:
https://camo.githubusercontent.com/0e454d0b425a02666d391df52581e0464b182756/687474703a2f2f736e61672e67792f684d4962302e6a7067
If I push to this remote, it will show such an error:
https://camo.githubusercontent.com/b1772f22ab4177dfecb2609fc8700619dd917d65/687474703a2f2f736e61672e67792f7447564f452e6a7067
I think che should display an error when the url contains spaces, or just trim it directly
The text was updated successfully, but these errors were encountered: