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

git url install does not handle a dot in the name #52

Closed
jeroenvandijk opened this issue Jan 30, 2023 · 0 comments
Closed

git url install does not handle a dot in the name #52

jeroenvandijk opened this issue Jan 30, 2023 · 0 comments

Comments

@jeroenvandijk
Copy link
Contributor

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:            
@rads rads closed this as completed in 8e84a6e Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant