-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unable to install mint-ui with current instructions and mint 0.20.0 #709
Comments
This was very strange, as the git commands directly seem to work correctly for either case
And from the code, you run the local git command. mint/src/installer/repository.cr Line 148 in ada378a
|
Can you check what is in
I suspect that for some reason |
Here is the mint-packages (from macOS)
|
And yes, it seems it is not valid
Despite this structure
There seems to be no actual files. |
I've wiped that directory, and that fixed the problem.
I did try
So I'm not sure the hashing of the url will give any benefit - i.e. fix my very strange local error, due to an incorrect checkout, but if it was possible to clean it up, then that would have solved the issue. |
And I see you have already supported hits, except I didn't come to think of running the clean command with an extra flag. I think the only sensible improvement would be to add an extra hint if it fails, to try mint/src/installer/repository.cr Line 159 in ada378a
And in that case I would have run the command, and resolved the issue, and so would probably someone else as well.
Thank you for your prompt response and feedback. I'll close this issue. |
I'm reporting it here since I think it is related to the
mint install
command handling of ssh vs https.After
mint init
I addas per the instructions, and then I run
mint install
and the installation fails withHowever if I change my dependencies to
then
mint install
is able to resolve mint-ui, but not mint-color, as you see here.When I specify both dependencies with ssh (
git@...
) then it works.And
mint install
works as expectedSo the support for https for fetching the git repositories seems broken (probably in mint itself).
The text was updated successfully, but these errors were encountered: