Sebastian Gniazdowski <sgniazdow...@gmail.com> writes:

> Hello,
> if the password contains a hash, then it's impossible to clone a
> repository, either with https or ssh protocols. I've had to use a
> `gitg' GUI to clone such a repo.

Hmph, do you mean that

        git clone https://user:passw...@hosting.site/repository/
        git clone ssh://user:passw...@hosting.site/repository/

if the "password" has '#' in it?  Do passwords with colon, slash or
at-sign have the same issue?  Would it help to URI escape the
problematic characters?

It is a separate issue to use passwords embedded in the URLs, but
still, escaping ought to work.


        

Reply via email to