You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bb dev
yarn install v1.22.10
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.38s.
Cloning: git@github.com:nextjournal/clerk.git
Error building classpath. Unable to clone C:\Users\chaos\.gitlibs\_repos\ssh\github.com\nextjournal\clerk
FATAL ERROR: No supported authentication methods available (server sent: publickey)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
To reproduce.
(Make sure you deprive yourself of git access to github.com:nextjournal/clerk.git if you happen to be a maintainer)
From a shell, run bb dev
You get the above error.
This is because the deps.edn:sci alias is being called, which has a io.github.nextjournal/viewers dependency on the 1b1374db20b56d14a0f32835c1ce5d9254c23527 git tree
This has been upgraded since with nextjournal/viewers#31, so any viewers update in clerk's deps.edn from that commit onwards will pick up the updated coords from modules/devdocs/deps.edn:
Thanks, I've fixed this for now by bumping the viewers. Long-term we want to drop the devdocs module completely and replace it with Clerk's static build functionality.
To reproduce.
github.com:nextjournal/clerk.git
if you happen to be a maintainer)bb dev
You get the above error.
This is because the
deps.edn
:sci
alias is being called, which has aio.github.nextjournal/viewers
dependency on the1b1374db20b56d14a0f32835c1ce5d9254c23527
git treewhose
modules/devdocs/deps.edn
is setup with a private git repo https://github.com/nextjournal/viewers/blob/914824bce0240ee57261cfc4011ef7d2aba058a5/modules/devdocs/deps.edn#L9:This has been upgraded since with nextjournal/viewers#31, so any viewers update in clerk's
deps.edn
from that commit onwards will pick up the updated coords frommodules/devdocs/deps.edn
:(i.e. setting the
io.github.nextjournal to the latest
viewerssha in
deps.edn` will fix it:)
I haven't filed a PR because I think is up to the maintainers to choose which viewers version to update clerk to.
Thanks,
The text was updated successfully, but these errors were encountered: