-
Notifications
You must be signed in to change notification settings - Fork 14
Fresh copy fails with "Commit not found for com.hyperfiddle/electric" #4
Comments
works for me, try ssh clone url not https
|
Same thing.
Maybe my nix environment has something to do with it? |
Try editing
|
Using this:
fails with:
Using the latest commit (7e3400f005e0f62bf0c434dedc1fdd4c73f213ea ) with the https URLs work. I was worried that my ssh config had something wrong, but the ssh test works
|
I'm seeing the same error. I think that's because the commit got rebased out of the history. See the banner at https://github.com/hyperfiddle/electric/tree/87abb5e58f75c26b0041db8ccbedb5295856b49a I think @dustingetz attempt works because the commit is cached by |
yes i totally did just do a git filter-repo on electric master and pushed
it today, didn’t realize it would impact the other repos. You are doing a
fresh clone?
…On Mon, Sep 30, 2024 at 7:47 PM Herwig Hochleitner ***@***.***> wrote:
I'm seeing the same error. I think that's because the commit got rebased
out of the history. See the banner at
https://github.com/hyperfiddle/electric/tree/87abb5e58f75c26b0041db8ccbedb5295856b49a
I think @dustingetz <https://github.com/dustingetz> attempt works because
the commit is cached by clj. Try removing ~/.gitlibs in order to reproduce
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6J7RYTORWYIGQ4DNE643ZZHPHXAVCNFSM6AAAAABLYYYM4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBUGQ4DKMRRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This could arguably be fixed in ± git fetch origin 87abb5e58f75c26b0041db8ccbedb5295856b49a
remote: Enumerating objects: 80, done.
remote: Counting objects: 100% (67/67), done.
remote: Total 80 (delta 67), reused 67 (delta 67), pack-reused 13 (from 1)
Unpacking objects: 100% (80/80), 10.72 KiB | 288.00 KiB/s, done.
From github.com:hyperfiddle/electric
* branch 87abb5e58f75c26b0041db8ccbedb5295856b49a -> FETCH_HEAD FWIW, in NixOS we're moving away from referencing github commit hashes, since allegedly github has been observed GCing unreachable commits ...
No, it's just been a few weeks since I tried to run it. |
btw |
Downloading a fresh copy 59fb923 and issuing
clj -A:dev
fails with:Which is weird because the commit exists hyperfiddle/electric@87abb5e.
Clojure CLI version 1.11.3.1463
Clojure 1.12.0-alpha5
openjdk 21.0.2 2024-01-16 LTS
OpenJDK Runtime Environment Zulu21.32+17-CA (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Zulu21.32+17-CA (build 21.0.2+13-LTS, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: