-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
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
Fix IndexUrl to point to right url #194
Conversation
krew update fails with: fatal: repository 'https://sigs.k8s.io/krew-index.git/' not found\n": exit status 128 Signed-off-by: Nirmoy Das <[email protected]>
Welcome @nirmoy! |
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 53.77% 53.77%
=======================================
Files 13 13
Lines 716 716
=======================================
Hits 385 385
Misses 279 279
Partials 52 52 Continue to review full report at Codecov.
|
Hi, thanks for reporting this! This is definitely a viable workaround. However, I think there's an infrastructure problem going on beneath. If I run git with debugging enabled (
So the important thing is that Does anyone know if the forwarding to |
We shouldn’t use sigs.k8s.io for this yet. Let’s revert back to GitHub. |
@nirmoy how did you hit this problem? I don't think we have a release of krew with the sigs.k8s.io url hardcoded in it. Did you build from master? |
Yes I had this problem and I build |
OK, this makes sense! /lgtm Feel free to open a new issue if you think we should actually change the index URI. I feel like GitHub URLs are more permanent, reliable and faster than k8s.io URLs for this task. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, nirmoy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
krew update fails with:
fatal: repository 'https://sigs.k8s.io/krew-index.git/'
not found\n": exit status 128