We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to remove a local clone of the repo, I see
rm -rf paladin rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/etcd: Permission denied rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/kube-apiserver: Permission denied rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/kubectl: Permission denied rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64: Permission denied rm: paladin/operator/bin/k8s: Permission denied rm: paladin/operator/bin: Permission denied rm: paladin/operator: Permission denied rm: paladin: Permission denied
Expected it to remove the clone ok without sudo
git clone [email protected]:LF-Decentralized-Trust-labs/paladin.git cd paladin gradle build cd ../paladin rm -rf paladin
No response
Mac
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
Trying to remove a local clone of the repo, I see
What did you expect to happen?
Expected it to remove the clone ok without sudo
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
OS version
Mac
The text was updated successfully, but these errors were encountered: