It should escape spaces to %20 rather than +
`CGI.escape` would escape spaces to +, which is fine in some cases, but doesn't work for git clone.
Showing
Please register or sign in to comment
`CGI.escape` would escape spaces to +, which is fine in some cases, but doesn't work for git clone.