dfinke / OneGetGistProvider

Gist-as-a-Package - PackageManagement PowerShell Provider to interop with Github Gists
Apache License 2.0
45 stars 8 forks source link

Not working for me on Windows 10 #6

Open lboening opened 8 years ago

lboening commented 8 years ago

I spent quite a bit of time trying to figure out why it did not work for my on my Windows 10 machine. I accept all Windows 10 updates. I believe I receive the latest version of Powershell as pushed out by Microsoft.

Quick question: does it work with Windows 10 and latest version of Powershell?

Instead of continuing to work on this for minutes to hours, maybe it is already known to fail?

dfinke commented 8 years ago

I have no tried it on Windows 10. This was built with the early SDK, before it was renamed to PackageManagement

LukeBG commented 8 years ago

@lboening . You could try "install-packageprovider -name 'gistprovider' -force -verbose" Worked for me.