kubernetes-sigs/cli-experimental

Go Source

david-thrower opened this issue · 5 comments

On page: https://kubectl.docs.kubernetes.io/installation/kustomize/source/

Git version 2.30.2 rejects the command to clone the repo with the error caption.

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Suggested fix:

replace:

git clone git@github.com:kubernetes-sigs/kustomize.git

with:

git clone https://git@github.com/kubernetes-sigs/kustomize.git

Aisuko commented

Thank you, we will fix this issue.

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale