-
Notifications
You must be signed in to change notification settings - Fork 86
PowerShellGet install instructions for this module do not work #62
Comments
Hmm. It's working for me. I wonder if the CI server was down briefly. Is the error persistent? |
The instruction worked for me and I tried 15 minutes ago. |
Could be an issue with PowerShell (or the package management module). I'm running version |
My powershell version is 5.1.14300.1000 but I don't suspect an issue with powershell. It sounds more like a connectivity issue to https://ci.appveyor.com/nuget/docker-powershell-dev. |
That works. I get back: <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<service xml:base="https://ci.appveyor.com/nuget/docker-powershell-dev/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app">
<workspace>
<atom:title>Default</atom:title>
<collection href="Packages">
<atom:title>Packages</atom:title>
</collection>
</workspace>
</service> |
Good, can you confirm the SourceLocation that was registered? The command below assumes the name |
That command returns:
|
BTW I'm running the Docker Beta for Windows 10 client. Would that matter? |
It should not matter. if you retried |
@rkeithhill Have you made any progress? Are you still experiencing the same issue? |
Yeah, just tried again and I get the same error. Haven't had time to try to compile it. |
That is very strange. I wish I knew how to debug this further. @jianyunt, have you seen this error from Install-Module before? It seems that for some reason rkeithhill can't install our module from our NuGet feed, but others can. There is no authentication on the feed. |
Well it works from home. I was about to suspect our corporate content filter but when I run Fiddler on the machine at work, it doesn't appear the request even makes it off the machine. I see two HTTPS CONNECT requests to the appveyor.com URL but that's it. Hmm, I'll try from another machine at work and see how that goes. |
@rkeithhill, can you please try the following to see we can get more info:
Also, can you install modules from other repo such as powershellgallery.com? BTW, which version of NuGet provider are you using? |
Here ya go. BTW I tried on another machine at work - this one running Windows 10 build 1511. It fails as well. Here's the info you requested:
and the verbose/debug output:
|
The NuGet 2.8.5.201 has some issues for some repo. Please upgrade the version of NuGet provider. You can try the following for the fix: or |
@jianyunt Spot on! The module installs now with no errors. Thanks. |
@rkeithhill Glad that resolved your issue! I'll add a note to the install instructions that will help others who run into this. |
I get this error:
The text was updated successfully, but these errors were encountered: