I got this error when I run command ./identity.exe authorize storagenode email:characterstring
The β<β operator is reserved for future use.
+ CategoryInfo : ParserError: ( , ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
Please help me! Thank you!
baker
2
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