Solucionado (ver solução)
Solucionado
(ver solução)
5
respostas

Problema com a instalação do Chocolatey

Boa noite, Ao tentar instalar o chocolatey copiando o código e dando enter me aparece a seguinte mensagem em vermelho:

Unable to unzip package using 7zip. Perhaps try setting $env:chocolateyUseWindowsCompression = 'true' and call install again. Error: 7-Zip encountered a fatal error while extracting the files No linha:219 caractere:9 + 2 { throw "$errorMessage 7-Zip encountered a fatal error while ex ... + ~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Unable to unzip...cting the f iles:String) [], RuntimeException + FullyQualifiedErrorId : Unable to unzip package using 7zip. Perhaps try setting $env:chocolateyUseWindowsCompression = 'true' and call install aga in. Error: 7-Zip encountered a fatal error while extracting the files

Então não consigo instalar o Chocolatey na minha máquina.

5 respostas

Você executou o PROMPT como ADMINISTRADOR ?

https://cursos.alura.com.br/course/prompt/task/24711

Executei sim, tanto no PROMPT quanto no Power Shell como administrador e em ambos dá a mesma mensagem.

solução!

O comando completo é este ?

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Sim, era esse mesmo o comando que executo no prompt, mas agora deu certo, agradeço a todos, consegui resolver com o novo comando mandado, obrigado.

o Meu da os seguinte erro quando vo usar o comando choco:

This is try 1/3. Retrying after 300 milliseconds. Error converted to warning: O acesso ao caminho 'C:\ProgramData\chocolatey\config' foi negado. This is try 2/3. Retrying after 400 milliseconds. Error converted to warning: O acesso ao caminho 'C:\ProgramData\chocolatey\config' foi negado. Maximum tries of 3 reached. Throwing error. Cannot create directory "C:\ProgramData\chocolatey\config". Error was: System.UnauthorizedAccessException: O acesso ao caminho 'C:\ProgramData\chocolatey\config' foi negado. em System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) em System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) em System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) em chocolatey.infrastructure.filesystem.DotNetFileSystem.<>cDisplayClass64.b63() em chocolatey.infrastructure.tolerance.FaultTolerance.<>cDisplayClass1.b__0() em chocolatey.infrastructure.tolerance.FaultTolerance.retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent) em chocolatey.infrastructure.filesystem.DotNetFileSystem.create_directory(String directoryPath) em chocolatey.infrastructure.filesystem.DotNetFileSystem.create_directory_if_not_exists(String directoryPath, Boolean ignoreError) O acesso ao caminho 'C:\ProgramData\chocolatey\config' foi negado.