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
I ran into this too. Presumably, if you try and do a git clone on the command line for that repo then your git client is going to prompt for a password? The trick here is to add the ssh key used to authenticate to github to the ssh-agent using ssh-add. I'm on a Mac, then also ran into issues with, neither cmake nor protoc being installed. These are the steps I ran:
huh. Maybe it is because I cloned the https version earlier. I tried cloning the git/ssh version and it worked fine. Thanks for the tip. I guess this can be closed now.
After cloning the repo, the directions to build libsql say to run this:
It faile like this. I don't know why it is trying to use [email protected]:Nugine/s3s when the https version is listed
error: failed to get
s3s
as a dependency of packagelibsql-wal v0.1.0-alpha.1 (/Users/jkitchin/Desktop/libsql/libsql-wal)
Caused by:
failed to load source for dependency
s3s
Caused by:
Unable to update https://github.com/Nugine/s3s#29bf39cb
Caused by:
failed to fetch into: /Users/jkitchin/.cargo/git/db/s3s-6bbd859ed1d66d8e
Caused by:
failed to authenticate when downloading repository: [email protected]:Nugine/s3s
git
if the git CLI succeeds then
net.git-fetch-with-cli
may help herehttps://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
no authentication methods succeeded
The text was updated successfully, but these errors were encountered: