Khi cố chạy tập lệnh cố tải xuống nội dung nào đó từ trang web NuGet, tôi gặp phải lỗi sau:
Preparing to run build script...
Unable to find version '0.30.0' of package 'Cake'.
C:\Users\user\.nuget\packages\: Package 'Cake.0.30.0' is not found on source 'C:\Users\user\.nuget\packages\'.
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'Cake.0.30.0' is not found on source 'C:\Program Files (
x86)\Microsoft SDKs\NuGetPackages\'.
https://api.nuget.org/v3/index.json: Unable to load the service index for source https://api.nuget.org/v3/index.json.
An error occurred while sending the request.
The remote name could not be resolved: '[proxyname]'
An error occurred while restoring NuGet tools.
At C:\Users\user\Documents\location\build.ps1:168 char:9
+ Throw "An error occurred while restoring NuGet tools."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (An error occurr...ng NuGet tools.:String) [], RuntimeException
+ FullyQualifiedErrorId : An error occurred while restoring NuGet tools.
Lưu ý rằng tôi đã thay thế tên proxy bằng [proxyname]. Lý do lỗi này là lạ, là tôi đã đặt Tùy chọn Internet của mình để tự động phát hiện và không sử dụng proxy. Các proxy chỉ áp dụng cho công việc của tôi. Có cách nào để ngăn PowerShell cố gắng sử dụng proxy không?