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 submodules: update urls to use https #5694

Merged

Conversation

dyfer
Copy link
Member

@dyfer dyfer commented Jan 11, 2022

Purpose and Motivation

Fixes #5693

GitHub made changes to improve security, deprecating the use of git:// protocol. Our builds started to fail because of this, since the submodules were not being fetched. The solution is to update the submodule URLs to use https://.

See https://github.blog/2021-09-01-improving-git-protocol-security-github for more details.

Updating forks

After this change is pulled in, all repository users should update their forks to pull in the fix and then run git submodule sync afterwards to update the URLs in the local repository.

Types of changes

  • Bug fix

To-do list

  • Code is tested
  • All tests are passing
  • Updated documentation
  • This PR is ready for review

Copy link

@josiah-wolf-oberholtzer josiah-wolf-oberholtzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Everything is cloning again.

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

Successfully merging this pull request may close these issues.

GitHub has deprecated unauthenticated git:// access
3 participants