gpt4 book ai didi

security - 在 Windows 上安装 git-secrets

转载 作者:行者123 更新时间:2023-12-05 07:08:54 27 4
gpt4 key购买 nike

过去几个小时我一直在尝试安装 git-secrets,但似乎无法弄清楚。谷歌搜索几乎一无所获,几乎所有结果都是针对 git-secret(单数 secret ,而不是复数)。

我克隆了 the folder到我的电脑并以管理员模式打开 WindowsPower Shell 以运行 install.ps1 文件。

这是我从 PowerShell 获得的输出:

/image/zGFHx.png

Checking to see if installation directory already exists...
Creating installation directory.
Copying files.
Copy-Item : Cannot find path 'C:\windows\system32\git-secrets' because it does not exist.
At C:\Users\ricci\Downloads\git-secrets\install.ps1:15 char:1
+ Copy-Item ./git-secrets -Destination $InstallationDirectory -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\windows\system32\git-secrets:String) [Copy-Item], ItemNotF
oundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Copy-Item : Cannot find path 'C:\windows\system32\git-secrets.1' because it does not exist.
At C:\Users\ricci\Downloads\git-secrets\install.ps1:16 char:1
+ Copy-Item ./git-secrets.1 -Destination $InstallationDirectory -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\windows\system32\git-secrets.1:String) [Copy-Item], ItemNo
tFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Checking if directory already exists in Path...
Already in Path.
Adding to user session.
Done.

当我在 repo 目录中运行 git secrets --register-aws --global 时,它返回 git: 'secrets' is not a git command。请参阅“git --help”

知道我需要做什么或在哪里可以寻求帮助吗?

谢谢

最佳答案

install.ps1包括:

Param([string]$InstallationDirectory = $($Env:USERPROFILE + "\.git-secrets"))

在您的 session 中,$Env:USERPROFILE 似乎是 C:\Windows\System32,这并不好。

尝试打开一个 Powershell session :

  • 作为您自己的 Windows 帐户(不是管理员)
  • 在您的 %USERPROFILE% 路径中 (C:\Users\xxx) 而不是 C:\Windows\System32

关于security - 在 Windows 上安装 git-secrets,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61785932/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com