Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http_proxy causes Syscall error with bun upgrade on Windows #9967

Open
aishuaikang opened this issue Apr 5, 2024 · 0 comments
Open

http_proxy causes Syscall error with bun upgrade on Windows #9967

aishuaikang opened this issue Apr 5, 2024 · 0 comments
Labels
bug Something isn't working windows An issue that only occurs on Windows

Comments

@aishuaikang
Copy link

What version of Bun is running?

1.1.1+ca1dbb4eb

What platform is your computer?

Microsoft Windows NT 10.0.22631.0 x64

What steps can reproduce the bug?

C:\Windows\System32>set http_proxy=http://127.0.0.1:7890 & set https_proxy=http://127.0.0.1:7890

C:\Windows\System32>bun upgrade
Bun upgrade failed with error: Syscall

Please upgrade manually:
powershell -c 'irm bun.sh/install.ps1|iex'

What is the expected behavior?

Of course, I have successfully updated it using powershell -c "irm bun.sh/install.ps1 | iex" instead of bun upgrade

What do you see instead?

No response

Additional information

No response

@aishuaikang aishuaikang added the bug Something isn't working label Apr 5, 2024
@Electroid Electroid changed the title Error encountered when updating bun1.1.1 after configuring proxy environment variables in cmd http_proxy causes Syscall error with bun upgrade on Windows Apr 8, 2024
@Electroid Electroid added the windows An issue that only occurs on Windows label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows An issue that only occurs on Windows
Projects
None yet
Development

No branches or pull requests

2 participants