bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 188 forks source link

Indy CLI Document error on the Create Wallet step #249

Closed swcurran closed 1 year ago

swcurran commented 1 year ago

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.

WadeBarnes commented 1 year ago

@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.