You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have set a locale in your local shell environment, by exporting the `LC_ALL` and `LANG` variables,
19
+
for example by adding to your `.bashrc` or `.zshrc` the following and sourcing the file:
20
+
21
+
```
22
+
export LC_ALL=en_US.UTF-8
23
+
export LANG=en_US.UTF-8
24
+
```
25
+
18
26
To speedup the transfer of files when kitchens are run on ec2 instances, the [transport](https://docs.chef.io/workstation/config_yml_kitchen/#transport-settings) selected is `kitchen-transport-speedy`https://github.com/criteo/kitchen-transport-speedy.
19
27
20
28
To install `kitchen-transport-speedy` in the kitchen embedded ruby environment: `/opt/cinc-workstation/embedded/bin/gem install kitchen-transport-speedy`
0 commit comments