We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My private repo cannot be installed because it has a dot in the name. When I change the repo name and replace the dot for a dash (-) it works again.
-
bbin install io.github.jeroenvandijk/aws.console --as aws.console-github ----- Error -------------------------------------------------------------------- Type: clojure.lang.ExceptionInfo Message: Invalid script coordinates. If you're trying to install from the filesystem, make sure the path actually exists. Data: {:script/lib "io.github.jeroenvandijk/aws.console", :procurer :unknown-procurer, :artifact :unknown-artifact} Location: /usr/local/bin/bbin:750:11 ----- Context ------------------------------------------------------------------ 746: [:local :dir] (install-deps-git-or-local cli-opts' summary) 747: [:local :file] (install-local-script cli-opts') 748: [:local :jar] (install-local-jar cli-opts') 749: [:maven :jar] (install-deps-maven cli-opts') 750: (throw (ex-info "Invalid script coordinates.\nIf you're trying to install from the filesystem, make sure the path actually exists." ^--- Invalid script coordinates. If you're trying to install from the filesystem, make sure the path actually exists. 751: {:script/lib (:script/lib cli-opts') 752:
The text was updated successfully, but these errors were encountered:
8e84a6e
No branches or pull requests
My private repo cannot be installed because it has a dot in the name. When I change the repo name and replace the dot for a dash (
-
) it works again.The text was updated successfully, but these errors were encountered: