We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're using the Coq platform in a lecture to let students install Coq with packages on Windows.
A student is experiencing the following error:
"========== DOWNLOAD CYGWIN SETUP ==========" Exception calling "DownloadFile" with "2" argument(s): "An exception occurred during a WebClient request." At line:1 char:1 + (New-Object Net.WebClient).DownloadFile('http://www.cygwin.com/setup- ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : WebException "========== INSTALL CYGWIN ==========" The system cannot find the path specified. ERROR coq_platform_make_windows.bat failed
Any hints?
The text was updated successfully, but these errors were encountered:
@yforster : sorry for the long delay in answering this (I am more responsive on Zulip, but guess I need to improve on this ...).
This is simply a network error - the script could not download the cygwin setup program from the official download site.
Sorry, something went wrong.
No branches or pull requests
We're using the Coq platform in a lecture to let students install Coq with packages on Windows.
A student is experiencing the following error:
Any hints?
The text was updated successfully, but these errors were encountered: