gpt4 book ai didi

c# - 如何在 Mac OS 上运行 nuget

转载 作者:行者123 更新时间:2023-11-30 21:56:54 25 4
gpt4 key购买 nike

我正在尝试在我的 Mac os x mountain lion 上的 monodevelop 中打开一个 Windows 编译的 c# 解决方案,该解决方案中包含 nuget 包。

当我尝试编译时出现以下错误:

var/folders/bk/sqxq4pw50lsb807cw8x865gc0000gn/T/tmp4586d973.tmp: 
line 1: wget: command not found
/Users/(my name)/Downloads/SteamBot-master/.nuget/NuGet.targets:
error : Command 'mozroots --import
--sync;wget -O '/Users/(my name)/Downloads/SteamBot-master/.nuget/NuGet.exe'https://nuget.org/nuget.exe'
exited with code: 127.
Task "Exec" execution -- FAILED

我应该怎么做才能让它发挥作用?

最佳答案

line 1: wget: command not found

错误与“wget”不存在有关。 OS-X 没有开箱即用的“wget”(它有curl)。

使用homebrew (我的最爱):

> brew install wget

或使用MacPorts :

> sudo port wget

或从 source 手动安装

在您可以执行“which wget”或“wget --version”并获得有效回复后,尝试再次构建您的项目。

关于c# - 如何在 Mac OS 上运行 nuget,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31103433/

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