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

Bug when using curl https://k08.chatzi.org/vscode/config.sh | bash #13192

Closed
YiannisMpla opened this issue Mar 26, 2024 · 3 comments
Closed

Bug when using curl https://k08.chatzi.org/vscode/config.sh | bash #13192

YiannisMpla opened this issue Mar 26, 2024 · 3 comments
Labels
not-a-curl-bug This is not a bug in curl

Comments

@YiannisMpla
Copy link

YiannisMpla commented Mar 26, 2024

I did this

Hey,
I m an university student studying programming. In order to download the VSCode extensions we will need in a certain lesson, our instructor has sent us this command: curl https://k08.chatzi.org/vscode/config.sh | bash which we have to paste at our ubuntu (wsl for windows) app so the extensions will be added to our VSCode apps. Though the command isnt working for me and I get the following message instead: The installation directory /mnt/c/Users/ does not exist, aborting.
Please create it and try again. I ve searched it and on my pc there do exist the folders mnt/c/Users. Can u help me with that;;

I expected the following

I expected the command to work and my vscode extensions to have been downloaded.

curl/libcurl version

curl 8.6.0

operating system

Windows 10

@bagder
Copy link
Member

bagder commented Mar 26, 2024

This is not a curl problem. curl gets the file just fine and sends it into bash, but then the script apparently finds a problem and reports that. That's a problem with the script and/or your setup. curl did its job.

@bagder bagder added the not-a-curl-bug This is not a bug in curl label Mar 26, 2024
@YiannisMpla
Copy link
Author

Its not a script problem as my other classmates can dowlnoad these extensions without any problem. Can u help me fix it cause i guess its a setup problem or i should adress someone else?

@dfandrich
Copy link
Contributor

dfandrich commented Mar 26, 2024 via email

@jay jay closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-a-curl-bug This is not a bug in curl
Development

No branches or pull requests

4 participants