You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a password or PAT has certain special tokens, they will be interpreted by the command line and not correctly sent to the server.
e.g: the character ^ is an escape character when read by windows cmd. To use this, you must escape it by enclosing in double quotes or with itself. e.g the username tom^harry can be used like this
The text was updated successfully, but these errors were encountered:
jacalata
changed the title
passwords and PATs can need quoting on the command line
docs: passwords and PATs can need quoting on the command line
Feb 3, 2023
If a password or PAT has certain special tokens, they will be interpreted by the command line and not correctly sent to the server.
e.g: the character ^ is an escape character when read by windows cmd. To use this, you must escape it by enclosing in double quotes or with itself. e.g the username tom^harry can be used like this
other values to check: + ;/....
https://ss64.com/nt/syntax-esc.html
The text was updated successfully, but these errors were encountered: