-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
can not fetch from git:// #1949
Comments
Same here, no issues on 2.19.1 |
Git can now [access `git://` remotes again](git-for-windows/git#1949). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@eworm-de @zvin when https://git-for-windows.visualstudio.com/git/_build/results?buildId=25703&view=logs is done, hopefully there will be a new snapshot at https://wingit.blob.core.windows.net/files/index.html. I would like both of you to test that snapshot to verify the fix. |
That was quick! Waiting for the build... |
Looks good, thanks a lot! |
Fixed for mee too, thanks @dscho ! |
We still need to ensure that sockets are initialized when calling `getaddrinfo()`, otherwise git:// URLs cannot be accessed. This fixes git-for-windows#1949. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
While waiting for next release or install nightly build, you may temporarily add this to your
|
Would work for my example, but not for my real use case. ;) |
Any particular reason? |
Yes, two reasons:
|
Setup
defaults?
to the issue you're seeing?
Works on the same system with git 2.19.1 without issues.
Details
git bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Git should clone the repository.
Git gives an error message. No DNS lookup is performed.
URL to that repository to help us with testing?
git://github.com/git/git.git or any repository accessible via git protocol.
The text was updated successfully, but these errors were encountered: