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