gpt4 book ai didi

git - 安装模块的代理问题

转载 作者:行者123 更新时间:2023-12-02 23:41:08 26 4
gpt4 key购买 nike

运行以下设置:

  • 服务器 2012 R2
  • PS版本:4.0
  • WSManStack 版本:3.0
  • Git 版本 2.11.1
  • 包管理预览 - x64:10.0.10586.117
  • SharpZipLib:0.86.0
  • NuGet:2.8.5.208

  • 尝试安装 posh-git 模块给出:
    PowerShellGet\Install-Module posh-git -Scope CurrentUser

    但是得到

    PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'posh-git'.



    尝试 Get-PackageSource 时和 Get-PSRepository我明白了

    WARNING: Unable to find package sources





    WARNING: Unable to find module repositories.



    我坐在 TMG 代理后面并尝试使用 -Proxy切换和设置设置 winttp 代理没有运气。

    最佳答案

    根据 Keith Hill 的建议,手动添加 PowerShellGallery 存储库:

    Register-PSRepository -Name PSGallery -SourceLocation https://www.powershellgallery.com/api/v2

    我在使用 -proxy 开关时遇到了麻烦,所以我通过 netsh 设置了代理,这可以解决问题:
    netsh winhttp set proxy proxy-server="http=myproxy:8080"

    关于git - 安装模块的代理问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42239705/

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