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

Using the git:// protocol is deprecated #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fabfurnari
Copy link

Using the git:// protocol is ill supported and gives the following error on debian:

github.com[0: 140.82.121.4]: errno=Connection timed out

Switching to https solves this problem.

Using the git:// protocol is ill supported and gives the following
error on debian:

`github.com[0: 140.82.121.4]: errno=Connection timed out`

Switching to https solves this problem.
@bwenrich
Copy link

Thank you for raising the PR. I also encountered this in my environment (Fedora 37 w/ podman 4.4.x), which makes sense since it is a server-side change.

From the article https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git the git:// protocol is permanently removed from Github.com now

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

Successfully merging this pull request may close these issues.

2 participants