Skip to content

Installing simple package with Chocolately times out #24933

Answered by twpayne
twpayne asked this question in Actions
Discussion options

You must be logged in to vote

For other people coming across this issue, @al-cheb provided a workaround. The install command needs to be:

$env:PATH = "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin"
[Environment]::SetEnvironmentVariable("Path", $env:PATH, "Machine")
choco install --yes gpg4win
echo "C:\Program Files (x86)\Gpg4win\..\GnuPG\bin" >> $env:GITHUB_PATH

Replies: 2 comments

This comment was marked as disruptive content.

This comment was marked as disruptive content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Product Feedback
1 participant