Strider-CD / strider-git

Basic git provider
12 stars 16 forks source link

Username in http(s) url should be encoded to URI format #32

Closed tunglam14 closed 8 years ago

tunglam14 commented 8 years ago

Username, that include special characters (i.e: username is an email address lam@githost.com), must be URI encoded in build httpUrl for git clone.

knownasilya commented 8 years ago

Thank you :+1: