Skip to content
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

git clone doesn't work on windows #94

Closed
ngtuna opened this issue Dec 12, 2017 · 2 comments
Closed

git clone doesn't work on windows #94

ngtuna opened this issue Dec 12, 2017 · 2 comments
Labels
awaiting-more-evidence Need more info to actually get it done. kind/bug An issue that reports a defect in an existing feature

Comments

@ngtuna
Copy link
Contributor

ngtuna commented Dec 12, 2017

C:\GoPath\src\github.com\kubeapps>git clone /~https://github.com/kubeapps/kubeapps
Cloning into 'kubeapps'...
remote: Counting objects: 9445, done.
remote: Total 9445 (delta 0), reused 0 (delta 0), pack-reused 9445
Receiving objects: 100% (9445/9445), 16.86 MiB | 42.00 KiB/s, done.
Resolving deltas: 100% (3869/3869), done.
fatal: cannot create directory at 'vendor/github.com/docker/distribution/contrib/docker-integration/generated_certs.d/localregistry:5440': Invalid argument
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

Reason: distribution/distribution#1690

Somehow increase revision of github.com/docker/distribution will fix the issue, but we don't want to break up the dependencies as that package hasn't been imported directly from glide. It's auto revisioned from other packages (probably client-go or api-machinery)

@prydonius
Copy link
Contributor

@sameersbn can you quickly check to see if this is still an issue?

@prydonius prydonius added kind/bug An issue that reports a defect in an existing feature awaiting-more-evidence Need more info to actually get it done. labels Jul 2, 2018
@prydonius
Copy link
Contributor

@wojciechka confirmed git clone works on his Windows setup, so I believe this is no longer an issue. Feel free to reopen if you still run into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-more-evidence Need more info to actually get it done. kind/bug An issue that reports a defect in an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants