I got error: operator is reserved for future use

I got this error when I run command ./identity.exe authorize storagenode email:characterstring

The β€˜<’ operator is reserved for future use.
+ CategoryInfo : ParserError: (:slight_smile: , ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported

Please help me! Thank you!

When following the instructions, do not include the < > characters. Replace all of <email:characterstring> with your email:string in the command:

./identity.exe authorize storagenode <email:characterstring>

For example:

./identity.exe authorize storagenode name@email.com:alskdhjw98723yer2o87dhxf23o
4 Likes

Thank you! It’s working.

1 Like