mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-05 23:12:18 +00:00
Error: curl: no URL specified! #52
Reference in New Issue
Block a user
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?
Originally created by @adrianmihalko on GitHub.
On macOS 13.3 I added shell function to .zshrc:
When trying to upload any file:
@paolafrancesca commented on GitHub:
@adrianmihalko
the entry in
.zshrcshould be a single line, you can copy it directly from https://github.com/dutchcoders/transfer.sh#add-this-to-bashrc-or-zshrc-or-its-equivalentusing the code you pasted, that spans multiple lines, I can reproduce your issue, but now with the single-line version
there's probably some problem in quoting or escaping in your version that I didn't debug