My github password includes @
character. In doing git clone, I am getting an error message could not resolve host: my@github.com
considering my password is "pass@my". Using backslash too presents the same error.
I am typing:
git clone myusername:pass@my@github.com/myusername/myrepo.git D:/myworkspace
How to resolve this?