reitzig / sdkman-for-fish

Adds support for SDKMAN! to fish
MIT License
280 stars 13 forks source link

Can't add the repo #33

Closed MaSven closed 4 years ago

MaSven commented 4 years ago

Fish version: 3.1.0 Fisher version: fisher version 3.2.10 ~/.config/fish/functions/fisher.fish

I tried to add the repo but it failes everytime with the following message:

fetching https://codeload.github.com/reitzig/sdkman-for-fish/tar.gz/master mv: das angegebene Ziel '/home/sven/.cache/fisher/github.com/reitzig/sdkman-for-fish' ist kein Verzeichnis cp: der Aufruf von stat für '/home/sven/.cache/fisher/github.com/reitzig/sdkman-for-fish' ist nicht möglich: No such file or directory done in 0.70s

❰sven❙~❱✔≻ fisher
fisher: nothing to commit -- try adding some packages
❰sven❙~❱✔≻ cat .config/fish/fishfile

I ran

❰sven❙~❱✔≻ fisher add reitzig/sdkman-for-fish
fetching https://codeload.github.com/reitzig/sdkman-for-fish/tar.gz/master
mv: das angegebene Ziel '/home/sven/.cache/fisher/github.com/reitzig/sdkman-for-fish' ist kein Verzeichnis
cp: der Aufruf von stat für '/home/sven/.cache/fisher/github.com/reitzig/sdkman-for-fish' ist nicht möglich: No such file or directory
done in 0.70s
MaSven commented 4 years ago

Probably the same as #32

reitzig commented 4 years ago

Not sure what to tell you. :/ Seems to be a fisher issue; no code I wrote is actually being run there.

Closing as there seems to be an upstream issue: https://github.com/jorgebucaran/fisher/issues/557

jorgebucaran commented 4 years ago

Not sure what to tell you. :/ Seems to be a fisher issue; no code I wrote is actually being run there.

Well, not exactly, this code runs for example. Could there be an issue in there?

reitzig commented 4 years ago

@jorgebucaran Far as I can tell, it doesn't get that far. The message posted by @MaSven mentions mv and cp, neither of which appears in the file you link.

I for one can't reproduce, either, sooo.... :shrug:

jorgebucaran commented 4 years ago

@reitzig Gotcha! 👍