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

Erro de intalação

O site do chocolatey.org foi modificado e não é possível achar o código de instalação da maneira demonstrada no vídeo. Mas achei o código na página Install > More Install Options. Coloquei o código no Prompt e rodei. Mas quando acesso o cmder aparece a seguinte mensagem:

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.<>cDisplayClass60.b5f() 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.

Já reiniciei o computador mas até agora nada. Também verifiquei meu Path e existe o chocolatey como: C:\ProgramData\chocolatey\bin.

O que posso fazer?

4 respostas
solução!

Clica com o direito e tenta executar como administrador Claudio. Respondi aqui se deu certo ou não por favor.

abraço

Caio, funcionou! Muito obrigado :)

Que bom que funcionou, lembra que você pode marcar para rodar o cmder como admin sempre (clica com o direito ,properties, compatibility)

estou com o mesmo problema, tento seguir as instruções tanto do vídeo quanto do texto do curso na sequencia e da erro. C:\Windows\system32>@powershell -NoProfile -ExecutionPolicy unrestricted -Comman d "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/insta ll.ps1'))) >$null 2>&1" && SET PATH="%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" WARNING: It's very likely you will need to close and reopen your shell before you can use choco. WARNING: You can safely ignore errors related to missing log files when upgrading from a version of Chocolatey less than 0.9.9. 'Batch file could not be found' is also safe to ignore. 'The system cannot find the file specified' - also safe. AVISO: Not setting tab completion: Profile file does not exist at 'E:\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'.

C:\Windows\system32>