bcgov/von-network

Indy CLI Document error on the Create Wallet step

swcurran opened this issue · 1 comments

I tried to run the Indy CLI steps, and ran into an error on the Create Wallet step:

./manage \
>   indy-cli create-wallet \
>   walletName=local_net_trustee_wallet
Using: docker --log-level error compose
./scripts/manage: line 129: ./cli-scripts/create-wallet.run: Permission denied

The Using: docker --log-level error compose warning I get on every command, and haven't dug into it yet.

The showstopper error is the second one -- not sure how to fix that. I noted that the file doesn't exist, but copying create-wallet to create-wallet.run didn't work.

I'm on Docker version 23.0.1, build a5ee5b1 running on Ubuntu 20.04.

@swcurran, The linked PR should fix your issue. After applying the changes you may need to delete and then restore the cli-scripts folder in order for the gitattributes to apply the line ending changes.