$ git --version --build-options
git version 2.19.2.windows.1
cpu: x86_64
built from commit: 26dcaa1b6b5fd862db3ec40983e33ff3432f1166
sizeof-long: 4
sizeof-size_t: 8
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Editor Option: VIM
Custom Editor Path:
Path Option: Cmd
SSH Option: OpenSSH
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Works on the same system with git 2.19.1 without issues.
git bash
$ git clone git://github.com/git/git.git
Cloning into 'git'...
fatal: unable to look up github.com (port 9418) (Die Anwendung hat die Funktion WSAStartup nicht aufgerufen, oder bei dieser Funktion ist ein Fehler aufgetreten. )
Git should clone the repository.
Git gives an error message. No DNS lookup is performed.
git://github.com/git/git.git or any repository accessible via git protocol.
Same here, no issues on 2.19.1
@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 !
While waiting for next release or install nightly build, you may temporarily add this to your ~/.gitconfig
[url "https://"]
insteadOf = git://
Would work for my example, but not for my real use case. ;)
Would work for my example, but not for my real use case. ;)
Any particular reason?
Yes, two reasons: