We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After cloning the repo, the directions to build libsql say to run this:
cargo xtask build
It faile like this. I don't know why it is trying to use [email protected]:Nugine/s3s when the https version is listed
Updating crates.io index Updating git repository `https://github.com/Nugine/s3s`
error: failed to get s3s as a dependency of package libsql-wal v0.1.0-alpha.1 (/Users/jkitchin/Desktop/libsql/libsql-wal)
s3s
libsql-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 here https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
net.git-fetch-with-cli
Caused by: no authentication methods succeeded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: