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

vcpkg needs git 2.15.0 #2097

Closed
Kha opened this issue Feb 28, 2018 · 5 comments
Closed

vcpkg needs git 2.15.0 #2097

Kha opened this issue Feb 28, 2018 · 5 comments

Comments

@Kha
Copy link

Kha commented Feb 28, 2018

A suitable version of git was not found (required v2.15.0). Downloading portable git v2.15.0...
Fetching git version 2.15.0 (No sufficient installed version was found)
Could not run:
    'C:/Tools/vcpkg/scripts/fetchDependency.ps1'
Error message was:
    Downloading git...
Exception calling "DownloadFile" with "2" argument(s): "The request was 
aborted: Could not create SSL/TLS secure channel."

Not sure why the download fails, but it would be nicer to have the right version out of the box anyway.

@gep13
Copy link

gep13 commented Feb 28, 2018

@Kha In the interim, you should be able to do:

choco upgrade git -y

As your first build step, to get the latest git installed on the machine.

@Kha
Copy link
Author

Kha commented Feb 28, 2018

That works, thanks!

@IlyaFinkelshteyn
Copy link
Contributor

Also please check this post for another workaround: https://help.appveyor.com/discussions/problems/12405-builds-failing-due-to-github-tls-changes#comment_44780878

You can see that it is just recently fixed at vcpkg side: microsoft/vcpkg@ce53ea0

We will update vcpkg on AppVeyor build worker images, please watch #2051

@gep13
Copy link

gep13 commented Feb 28, 2018

@Kha said...
That works, thanks!

You are very welcome 😄

@FeodorFitsner FeodorFitsner modified the milestone: next-images-update Mar 6, 2018
@FeodorFitsner
Copy link
Member

Closing in favor of these items: #2106 and #2114

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

No branches or pull requests

4 participants