Hey there, I'm currently trying to build Omnisharp Roslyn on my computer. I cloned it, then ran ./build.ps1, but I got this output:
Preparing to run build script...
Tool 'cake.tool' (version '3.0.0') was restored. Available commands: dotnet-cake
Restore was successful.
Running build script...
Run "dotnet tool restore" to make the "dotnet-cake" command available.
I then ran dotnet tool restore, which, after a few minutes, gave this output:
C:\Program Files\dotnet\sdk\8.0.100-rc.2.23502.2\NuGet.targets(156,5): error : Unable to load the service index for sou
rce https://www.myget.org/F/omnisharp/api/v3/index.json. [C:\Development\omnisharp-roslyn\OmniSharp.sln]
C:\Program Files\dotnet\sdk\8.0.100-rc.2.23502.2\NuGet.targets(156,5): error : A connection attempt failed because th
e connected party did not properly respond after a period of time, or established connection failed because connected h
ost has failed to respond. (www.myget.org:443) [C:\Development\omnisharp-roslyn\OmniSharp.sln]
C:\Program Files\dotnet\sdk\8.0.100-rc.2.23502.2\NuGet.targets(156,5): error : A connection attempt failed because th
e connected party did not properly respond after a period of time, or established connection failed because connected h
ost has failed to respond. [C:\Development\omnisharp-roslyn\OmniSharp.sln]
Can someone help me resolve this?