Skip to content

install/release: giving Invoke-WebRequest error in windows os while installing #256

@mdsiaofficial

Description

@mdsiaofficial

while installing vixcpp in windows using powershell command given in the vixcpp website.

PS C:\Users\ashiq> irm https://vixcpp.com/install.ps1 | iex
vix install: repo=vixcpp/vix version=v1.31.0 arch=x86_64
vix install: install_dir=C:\Users\ashiq\AppData\Local\Vix\bin
vix install: downloading: https://github.com/vixcpp/vix/releases/download/v1.31.0/vix-windows-x86_64.zip
Invoke-WebRequest:
Line |
  58 |    Invoke-WebRequest -Uri $UrlBin -OutFile $ZipPath
     |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Not Found
PS C:\Users\ashiq>

also i tried to access the downloading link manually:
https://github.com/vixcpp/vix/releases/download/v1.31.0/vix-windows-x86_64.zip

it says not found:

Image

i found the zip file actually in the:
https://github.com/vixcpp/vix/archive/refs/tags/v1.31.0.zip link.

so how to fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions