error: git cmd = '/snap/microk8s/4175/usr/bin/git fetch --depth=1 origin master': exit status 128
See original GitHub issue$ k version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.8-2+1dda18a15eea38", GitCommit:"1dda18a15eea38645814deffa547fe1c30141ef2", GitTreeState:"clean", BuildDate:"2022-11-10T18:01:19Z", GoVersion:"go1.18.8", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.8-2+1dda18a15eea38", GitCommit:"1dda18a15eea38645814deffa547fe1c30141ef2", GitTreeState:"clean", BuildDate:"2022-11-10T17:58:39Z", GoVersion:"go1.18.8", Compiler:"gc", Platform:"linux/amd64"}
$ k apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master"
error: git cmd = '/snap/microk8s/4175/usr/bin/git fetch --depth=1 origin master': exit status 128
Summary
What Should Happen Instead?
Reproduction Steps
- …
- …
Introspection Report
Can you suggest a fix?
Are you interested in contributing with a fix?
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Failed to execute git command: exit status 128 #3294 - GitHub
I recently upgraded to the most recent docker build. Now when I clone and push to a new repository I get this when...
Read more >tfs - ##[error]Git fetch failed with exit code: 128 - Stack Overflow
I would suggest you first use "git clone" command line to clone remote repo. Kindly check when you run it manually from the...
Read more >Build fails with "Git fetch failed with exit code: 128" error with ...
During the get sources step of the build it is configured to fetch the git repository from bitbucket (https://bitbucket.org//provident/pm.com is the repo ...
Read more >git-fetch Documentation - Git
When no remote is specified, by default the origin remote will be used, unless there's an upstream branch configured for the current branch....
Read more >[JENKINS-63428] fatal: index-pack failed during git fetch
GitException : Command "git fetch --no-tags --force --progress --depth=1 ... +refs/heads/:refs/remotes/origin/" returned status code 128:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No
@khteh Are you sure the
release-1.4.6
reference is correct?Perhaps
v1.4.6
orrelease-1.4
is what you are after?