You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just git cloned, on a Win10 system with Visual Studio Community 2015, executing from a VS2015 native tools command prompt, as administrator. After downloading curl.zip build.bat fails to open the file as an archive. The curl.zip file size is zero bytes, btw.
Here's the output:
build.bat
Using Visual Studio 2015
Setting up environment
Get download url...
**** Retrieving:http://curl.haxx.se/download.html ****
**** Processing: http://curl.haxx.se/download.html ****
Downloading latest curl...
--15:11:49-- http://curl.haxx.se/download/curl-7.54.0.zip
=> `curl.zip'
Resolving curl.haxx.se... done.
Connecting to curl.haxx.se[151.101.26.49]:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://curl.haxx.se/download/curl-7.54.0.zip [following]
--15:11:49-- https://curl.haxx.se/download/curl-7.54.0.zip
=> `curl.zip'
Connecting to curl.haxx.se[151.101.26.49]:443... connected.
Unable to establish SSL connection.
Unable to establish SSL connection.
Processing archive: curl.zip
Error: Can not open file as archive
There is more output after this, but it relates to files not being found that should have been in the zip.
The text was updated successfully, but these errors were encountered:
Just git cloned, on a Win10 system with Visual Studio Community 2015, executing from a VS2015 native tools command prompt, as administrator. After downloading curl.zip build.bat fails to open the file as an archive. The curl.zip file size is zero bytes, btw.
Here's the output:
There is more output after this, but it relates to files not being found that should have been in the zip.
The text was updated successfully, but these errors were encountered: