celenity/Phoenix
8
198
Fork
You've already forked Phoenix
19

[BUG] curl: option --no-skip-existing: is unknown #258

Closed
opened 2026年04月09日 07:48:12 +02:00 by FlorisFokkinga · 4 comments

Confirmation Checklist

What web browser(s) are you using with Phoenix?

Firefox

Other

No response

What operating system(s) are you experiencing this issue on?

macOS (Apple Silicon)

Other

No response

What version of Firefox/Gecko and Phoenix are you using?

Not relevant

If you remember, what version of Firefox/Gecko and Phoenix did you first notice the issue on?

No response

Does the issue occur on a new browser profile?

  • Yes
  • No

Please share your browser's distribution ID.

Not relevant

Please share your browser's update channel.

Not relevant

Please share a list of your currently installed browser add-ons/extensions, as well as the versions you have installed.

Not relevant

Please explain the issue you are experiencing.

curl: option --no-skip-existing: is unknown

/bin/zsh -c "$(curl --cert-status --doh-cert-status --no-insecure --no-proxy-insecure --no-sessionid --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --proto -all,https --proto-default https --proto-redir -all,https --show-error -sSL https://gitlab.com/celenityy/Phoenix/-/raw/pages/installer_scripts/osx_env_up.sh)"
Welcome to the Phoenix environment variable updater for macOS!
Are you using an Apple Silicon (M-series chip) or Intel device?
Your options are:
1. Silicon
2. Intel
Please enter your selection: 1
Downloading dev.celenity.phoenix.env.PHOENIX_HOST_PLATFORM.plist...
curl: option --no-skip-existing: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
Something went wrong! The script failed.
Please report this (with the output message) to https://phoenix.celenity.dev/issues

Please provide detailed steps to reproduce the issue.

Thanks

### Confirmation Checklist - [x] I confirm that this issue occurs on the **latest release** of Phoenix. You can check what the latest version is on [the `Releases` page](https://codeberg.org/celenity/Phoenix/releases). - [x] I confirm that this issue has **NOT** already been reported on [the Codeberg issue tracker](https://codeberg.org/celenity/Phoenix/issues), [the GitLab issue tracker](https://gitlab.com/celenityy/Phoenix/-/issues), **and/or** [the GitHub issue tracker](https://github.com/celenityy/Phoenix/issues). ### What web browser(s) are you using with Phoenix? Firefox ### Other _No response_ ### What operating system(s) are you experiencing this issue on? macOS (Apple Silicon) ### Other _No response_ ### What version of Firefox/Gecko and Phoenix are you using? Not relevant ### If you remember, what version of Firefox/Gecko and Phoenix did you first notice the issue on? _No response_ ### Does the issue occur on a new browser profile? - [x] Yes - [x] No ### Please share your browser's distribution ID. Not relevant ### Please share your browser's update channel. Not relevant ### Please share a list of your currently installed browser add-ons/extensions, as well as the versions you have installed. Not relevant ### Please explain the issue you are experiencing. curl: option --no-skip-existing: is unknown ``` /bin/zsh -c "$(curl --cert-status --doh-cert-status --no-insecure --no-proxy-insecure --no-sessionid --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --proto -all,https --proto-default https --proto-redir -all,https --show-error -sSL https://gitlab.com/celenityy/Phoenix/-/raw/pages/installer_scripts/osx_env_up.sh)" Welcome to the Phoenix environment variable updater for macOS! Are you using an Apple Silicon (M-series chip) or Intel device? Your options are: 1. Silicon 2. Intel Please enter your selection: 1 Downloading dev.celenity.phoenix.env.PHOENIX_HOST_PLATFORM.plist... curl: option --no-skip-existing: is unknown curl: try 'curl --help' or 'curl --manual' for more information Something went wrong! The script failed. Please report this (with the output message) to https://phoenix.celenity.dev/issues ``` ### Please provide detailed steps to reproduce the issue. Thanks
Contributor
Copy link

I think you should update curl, send the response of these commands:

  1. curl --version
  2. which curl
I think you should update curl, send the response of these commands: 1. `curl --version` 2. `which curl`
curl --version
curl 8.7.1 (x86_64-apple-darwin25.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.68.0
Release-Date: 2024年03月27日
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets
which curl
/usr/bin/curl
brew info curl
==> curl ✘: stable 8.19.0 (bottled), HEAD [keg-only]
Get a file from an HTTP, HTTPS or FTP server
https://curl.se
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/curl.rb
License: curl
==> Dependencies
Required (7): brotli ✔, libnghttp2 ✔, libnghttp3 ✔, libngtcp2 ✔, libssh2 ✔, openssl@3 ✔, zstd ✔
Recursive Runtime (10): 10 ✔, 0 ✘
==> Options
--HEAD
	Install HEAD version
==> Caveats
curl is keg-only, which means it was not symlinked into /opt/homebrew,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
==> Downloading https://formulae.brew.sh/api/formula/curl.json
==> Analytics
install: 75,830 (30 days), 224,852 (90 days), 875,271 (365 days)
install-on-request: 31,728 (30 days), 102,580 (90 days), 420,490 (365 days)
build-error: 48 (30 days)
brew install curl
==> Fetching downloads for: curl
✔︎ Bottle Manifest curl (8.19.0) Downloaded 20.2KB/ 20.2KB
✔︎ Bottle curl (8.19.0) Downloaded 1.6MB/ 1.6MB
==> Pouring curl--8.19.0.arm64_tahoe.bottle.tar.gz
==> Caveats
curl is keg-only, which means it was not symlinked into /opt/homebrew,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have curl first in your PATH, run:
 echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.zshrc
For compilers to find curl you may need to set:
 export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
 export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
==> Summary
🍺 /opt/homebrew/Cellar/curl/8.19.0: 551 files, 4.7MB
==> Running `brew cleanup curl`...
==> Caveats
zsh completions have been installed to:
 /opt/homebrew/opt/curl/share/zsh/site-functions

Using the suggested
echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.zshrc
doesn't make any difference, unfortunately.

``` curl --version curl 8.7.1 (x86_64-apple-darwin25.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.68.0 Release-Date: 2024年03月27日 Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets ``` ``` which curl /usr/bin/curl ``` ``` brew info curl ==> curl ✘: stable 8.19.0 (bottled), HEAD [keg-only] Get a file from an HTTP, HTTPS or FTP server https://curl.se Not installed From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/curl.rb License: curl ==> Dependencies Required (7): brotli ✔, libnghttp2 ✔, libnghttp3 ✔, libngtcp2 ✔, libssh2 ✔, openssl@3 ✔, zstd ✔ Recursive Runtime (10): 10 ✔, 0 ✘ ==> Options --HEAD Install HEAD version ==> Caveats curl is keg-only, which means it was not symlinked into /opt/homebrew, because macOS already provides this software and installing another version in parallel can cause all kinds of trouble. ==> Downloading https://formulae.brew.sh/api/formula/curl.json ==> Analytics install: 75,830 (30 days), 224,852 (90 days), 875,271 (365 days) install-on-request: 31,728 (30 days), 102,580 (90 days), 420,490 (365 days) build-error: 48 (30 days) ``` ``` brew install curl ==> Fetching downloads for: curl ✔︎ Bottle Manifest curl (8.19.0) Downloaded 20.2KB/ 20.2KB ✔︎ Bottle curl (8.19.0) Downloaded 1.6MB/ 1.6MB ==> Pouring curl--8.19.0.arm64_tahoe.bottle.tar.gz ==> Caveats curl is keg-only, which means it was not symlinked into /opt/homebrew, because macOS already provides this software and installing another version in parallel can cause all kinds of trouble. If you need to have curl first in your PATH, run: echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.zshrc For compilers to find curl you may need to set: export LDFLAGS="-L/opt/homebrew/opt/curl/lib" export CPPFLAGS="-I/opt/homebrew/opt/curl/include" ==> Summary 🍺 /opt/homebrew/Cellar/curl/8.19.0: 551 files, 4.7MB ==> Running `brew cleanup curl`... ==> Caveats zsh completions have been installed to: /opt/homebrew/opt/curl/share/zsh/site-functions ``` Using the suggested `echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.zshrc` doesn't make any difference, unfortunately.
FlorisFokkinga changed title from (削除) [BUG] PLEASE REPLACE THIS TEXT WITH A SUMMARY OF YOUR ISSUE... (削除ここまで) to [BUG] curl: option --no-skip-existing: is unknown 2026年04月09日 08:53:54 +02:00
celenity removed their assignment 2026年04月10日 17:21:47 +02:00

This seems fixed, the script runs without errors now.

This seems fixed, the script runs without errors now.

@FlorisFokkinga wrote in #258 (comment):

This seems fixed, the script runs without errors now.

Great, thanks for confirming!

@FlorisFokkinga wrote in https://codeberg.org/celenity/Phoenix/issues/258#issuecomment-13159806: > This seems fixed, the script runs without errors now. Great, thanks for confirming!
Sign in to join this conversation.
No Branch/Tag specified
dev
pages
2026年07月08日.1
2026年06月10日.1
2026年05月21日.2
2026年05月21日.1
2026年04月27日.1
2026年03月31日.1
2026年03月30日.1
2026年02月23日.1
2026年02月16日.1
2026年01月21日.1
2025年12月23日.1
2025年11月27日.1
2025年11月07日.1
2025年10月26日.1
2025年10月12日.1
2025年10月03日.1
2025年09月07日.1
2025年08月06日.1
2025年07月30日.1
2025年07月11日.1
2025年06月24日.1
2025年06月12日.1
2025年06月10日.1
2025年06月06日.1
2025年06月02日.2
2025年06月02日.1
2025年05月11日.1
2025年04月27日.1
2025年04月15日.1
2025年04月11日.1
2025年04月02日.1
2025年03月25日.1
2025年03月20日.1
2025年03月12日.1
2025年03月05日.1
2025年02月28日.1
2025年02月21日.1
2024年02月18日.1
2025年02月14日.1
2025年02月13日.1
2025年02月01日.1
2025年01月30日.1
2025年01月27日.1
2025年01月24日.1
2025年01月22日.2
2025年01月22日.1
2025年01月20日.2
2025年01月20日.1
2025年01月19日.1
2025年01月14日.1
2025年01月13日.1
2025年01月12日.2
2025年01月12日.1
2025年01月06日.1
05January2025v1
20240103.2
20250103.1
20241229-1
20241225-1
20241216-1
20241211-1
20241204-1
20241203-1
31November2024v1
20241103-1
20240924-1
20240914-1
20240907-1
20240902-1
20240831-1
20240825-1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
celenity/Phoenix#258
Reference in a new issue
celenity/Phoenix
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?