我正试图在我的Mac x山狮上打开一个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我该怎么做才能让它发挥作用?
https://stackoverflow.com/questions/31103433
复制相似问题