0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Track CLIが使えない問題

Last updated at Posted at 2024-11-29

問題

コマンドラインでtrack runなどのTrack CLIのコマンドが使えなかった。調べるとプロキシサーバを介しているとできないなどあったが、プロキシサーバは使っていない。

解決策

実行ポリシーの変更

まず現在の設定を確認

$Get-ExecutionPolicy

次に設定の変更

$Set-ExecutionPolicy RemoteSigned

restricted ⇒ RemoteSignedに変更したらできた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?