windows:pshazz

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:pshazz [2020/09/03 14:27] – [インストール] ともやんwindows:pshazz [2020/09/12 02:33] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Pshazz - Powershell プロファイルの拡張 ====== ====== Pshazz - Powershell プロファイルの拡張 ======
  
行 29: 行 7:
 </code> </code>
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
-<code>+<code powershell>
 Installing 'pshazz' (0.2020.05.23) [64bit] Installing 'pshazz' (0.2020.05.23) [64bit]
 Downloading https://github.com/lukesampson/pshazz/archive/e39443e96a744dd62e3054079b25b46297f2eaee.zip (-1 B)... Downloading https://github.com/lukesampson/pshazz/archive/e39443e96a744dd62e3054079b25b46297f2eaee.zip (-1 B)...
行 51: 行 29:
 'pshazz' (0.2020.05.23) was installed successfully! 'pshazz' (0.2020.05.23) was installed successfully!
 </code> </code>
 +</WRAP>
 +
 +PowerShell 起動時に「<wrap em>The ssh-agent service is disabled. Please enable the service and try again.</wrap>」と言われたら...\\
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +PowerShell 7.0.3
 +Copyright (c) Microsoft Corporation. All rights reserved.
 +
 +https://aka.ms/powershell
 +Type 'help' to get help.
 +
 +The ssh-agent service is disabled. Please enable the service and try again.
 +You can enable it by running 'Set-Service ssh-agent -StartupType Manual'
 +Loading personal and system profiles took 2067ms.
 +~ $
 +</code>
 +</WRAP>
 +管理者として以下のコマンドを実行する。\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ sudo Set-Service ssh-agent -StartupType Manual
 +</code>
 +
 </WRAP> </WRAP>
  
  
  • windows/pshazz.txt
  • 最終更新: 2020/09/12 02:33
  • by ともやん