Since your password contains special characters, you should use base64 encoding. Use base64 command in bash or any similar tool: echo 'myemail:mypassword' | ...
確定! 回上一頁