-
Notifications
You must be signed in to change notification settings - Fork 834
Open
Labels
Description
Steps to repro
Follow the getting started guide.
- macOS 26 (Arm64)
dotnet new console -n $whatever -o $wherever- Add to .csproj:
<ItemGroup Label="Dependencies"> <PackageReference Include="GitHub.Copilot.SDK" Version="0.1.24-preview.0" /> </ItemGroup>
- Copy-paste in the example code from getting started guide (permalink)
- Run
dotnet run -v diag
Error message:
CopilotPlayground % dotnet run -v diag
Restore complete (0.2s)
Determining projects to restore...
All projects are up-to-date for restore.
CopilotPlayground net10.0 failed with 1 error(s) (100.1s)
Downloading Copilot CLI 0.0.405 for darwin-arm64...
/Users/loganbussell/.nuget/packages/github.copilot.sdk/0.1.24-preview.0/build/GitHub.Copilot.SDK.targets(47,5): error MSB3923: Failed to download file "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-0.0.405.tgz". The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. ---> A task was canceled. ---> A task was canceled.
Build failed with 1 error(s) in 100.5s
The build failed. Fix the build errors and run again.
When I download the tarball from the link using my browser, it works no problem (instantly) https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-0.0.405.tgz.
Reactions are currently unavailable