We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking on the link downloads the file "allmark_windows_amd64" without extension, but 7zip can view the contents.
Running the powershell command from the main page nets a connection error.
PS C:\temp\allmark> Invoke-WebRequest https://allmark.io/bin/windows_amd64/allmark.exe -OutFile allmark.exe Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send. At line:1 char:1 + Invoke-WebRequest https://allmark.io/bin/windows_amd64/allmark.exe -O ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
if I add ".exe" to the file it appears to be what I want, but the directions may need a bit of touchup.
The text was updated successfully, but these errors were encountered:
Confirm same problem. https://allmark.io/bin/windows_amd64/allmark.exe was not found.
Sorry, something went wrong.
No branches or pull requests
Clicking on the link downloads the file "allmark_windows_amd64" without extension, but 7zip can view the contents.
Running the powershell command from the main page nets a connection error.
if I add ".exe" to the file it appears to be what I want, but the directions may need a bit of touchup.
The text was updated successfully, but these errors were encountered: