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

Cannot checkout xdt submodule #26

Open
arsentuf-protag opened this issue Jul 30, 2021 · 1 comment
Open

Cannot checkout xdt submodule #26

arsentuf-protag opened this issue Jul 30, 2021 · 1 comment

Comments

@arsentuf-protag
Copy link

Trying to checkout submodules after a fresh clone I ran into this error:

> git submodule update --init --recursive
Submodule 'xdt' (https://git01.codeplex.com/xdt) registered for path 'xdt'
Cloning into 'C:/Users/arsen/Git/nuget-chocolatey/xdt'...
fatal: unable to update url base from redirection:
  asked for: https://git01.codeplex.com/xdt/info/refs?service=git-upload-pack
   redirect: https://archive.codeplex.com/?p=git01
fatal: clone of 'https://git01.codeplex.com/xdt' into submodule path 'C:/Users/arsen/Git/nuget-chocolatey/xdt' failed
Failed to clone 'xdt'. Retry scheduled
Cloning into 'C:/Users/arsen/Git/nuget-chocolatey/xdt'...
fatal: unable to update url base from redirection:
  asked for: https://git01.codeplex.com/xdt/info/refs?service=git-upload-pack
   redirect: https://archive.codeplex.com/?p=git01
fatal: clone of 'https://git01.codeplex.com/xdt' into submodule path 'C:/Users/arsen/Git/nuget-chocolatey/xdt' failed
Failed to clone 'xdt' a second time, aborting

Seems the repo that was hosting the xdt module has shut down

@AdmiringWorm
Copy link
Member

@gep13 is this submodule even used for us?
If it is, we should probably update this submodule to use https://github.com/dotnet/xdt, or remove it if it isn't used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants