adamant-kite-43734
11/08/2024, 6:15 AMwide-mechanic-33041
11/08/2024, 1:12 PMwide-mechanic-33041
11/08/2024, 1:13 PMgray-policeman-4236
11/08/2024, 3:57 PMwide-mechanic-33041
11/08/2024, 6:21 PMquick-keyboard-83126
11/10/2024, 3:05 PM'/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl.ventura|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl.ventura>' shell --workdir=. 0 sudo /bin/sh -c rm -f '/usr/local/share/ca-certificates/rd-*.crt'
quick-keyboard-83126
11/10/2024, 3:07 PMno such file or directory: /Applications/Rancher
means that you gave a shell something like:
/Applications/Rancher <http://Desktop.app/|Desktop.app/>...
And the shell saw it as:
'/Applications/Rancher' <http://Desktop.app/|Desktop.app/>...
and tried to run '/Applications/Rancher'
with arguments <http://Desktop.app/|Desktop.app/>
. So it first went looking for /Applications/Rancher
, and when it didn't find that, it gave you the error message.gray-policeman-4236
11/11/2024, 6:50 AM