Skip to content
New issue

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

# IBM Developer Tools CLI Installer (idt-installer) for Windows - Anti Virus Blocking #173

Open
Babareddy opened this issue Nov 22, 2020 · 1 comment

Comments

@Babareddy
Copy link

Babareddy commented Nov 22, 2020

Unable to install CLI through Powershell, below shown is the code and error, request you to help.

[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls11, Tls, Ssl3"; iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/IBM-Cloud/ibm-cloud-developer-tools/master/windows-installer/idt-win-installer.ps1')
At line:1 char:1

  • [Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls11, Tls, Ssl ...

This script contains malicious content and has been blocked by your antivirus software.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ScriptContainedMaliciousContent

Operating System
Specify: (Windows)

@steveclay
Copy link
Collaborator

@Babareddy as a quick work-around for you, I suggest installing the tools manually. This documentation will guide you through this: https://cloud.ibm.com/docs/cli?topic=cli-install-devtools-manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants