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

Nightly build failed to clone ITK #181

Closed
tbirdso opened this issue Mar 16, 2022 · 2 comments · Fixed by #182
Closed

Nightly build failed to clone ITK #181

tbirdso opened this issue Mar 16, 2022 · 2 comments · Fixed by #182
Labels
type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances

Comments

@tbirdso
Copy link
Contributor

tbirdso commented Mar 16, 2022

CDash error shows failure to clone ITK with git protocol:

Cloning into 'ITK'... fatal: remote error:    The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Cloning into 'ITK'... fatal: remote error:    The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. -- Had to git clone more than once:           3 times.
--
CMake Error at ITK-prefix/tmp/ITK-gitclone.cmake:66 (message):
  Failed to clone repository:
  'git://github.com/InsightSoftwareConsortium/ITK.git'


ninja: build stopped: subcommand failed.

Similar to InsightSoftwareConsortium/ITKSphinxExamples#328

@tbirdso tbirdso added the type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances label Mar 16, 2022
@dzenanz
Copy link
Member

dzenanz commented Mar 16, 2022

I think we need to set default protocol to https instead of git somewhere.

@tbirdso
Copy link
Contributor Author

tbirdso commented Mar 16, 2022

Agreed, I am testing a resolution in ITKSphinxExamples and will also add here when verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants