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
You are actually using an HTTP proxy, but setting HTTPS_PROXY variable to https//address:port.
This is not correct, because https:// prefix claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr, etc...) is an HTTP proxy.
Try setting http://address:port to both HTTP_PROXY and HTTPS_PROXY instead.
Your proxy's remote server is our of service.
If you believe this is not a temporary download server failure and vcpkg needs to be changed to download this file from a different location, please submit an issue to https://github.com/Microsoft/vcpkg/issues
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:124 (message):
Download failed, halting portfile.
Call Stack (most recent call first):
scripts/cmake/vcpkg_from_gitlab.cmake:113 (vcpkg_download_distfile)
ports/dbus/portfile.cmake:3 (vcpkg_from_gitlab)
scripts/ports.cmake:203 (include)
Additional context
This seems to be a temporary issue. It will be resolved automatically on March 22, 2025, according to the link
Operating system
Windows 11
Compiler
MSVC
Steps to reproduce the behavior
$ .\vcpkg install qt[core]Failure logs
Downloading https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.16.2/dbus-dbus-1.16.2.tar.gz -> dbus-dbus-dbus-1.16.2.tar.gz
error: https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.16.2/dbus-dbus-1.16.2.tar.gz: failed: status code 503
note: If you are using a proxy, please ensure your proxy settings are correct.
Possible causes are:
https//address:port.This is not correct, because
https://prefix claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr, etc...) is an HTTP proxy.Try setting
http://address:portto both HTTP_PROXY and HTTPS_PROXY instead.The value set by your proxy might be wrong, or have same
https://prefix issue.If you believe this is not a temporary download server failure and vcpkg needs to be changed to download this file from a different location, please submit an issue to https://github.com/Microsoft/vcpkg/issues
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:124 (message):
Download failed, halting portfile.
Call Stack (most recent call first):
scripts/cmake/vcpkg_from_gitlab.cmake:113 (vcpkg_download_distfile)
ports/dbus/portfile.cmake:3 (vcpkg_from_gitlab)
scripts/ports.cmake:203 (include)
Additional context
This seems to be a temporary issue. It will be resolved automatically on March 22, 2025, according to the link