-
Notifications
You must be signed in to change notification settings - Fork 643
Document how to cargo publish to local installation #54
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
Comments
To answer my own question: I had to change
I hope I can figure that one out… |
The error above was caused by the new AWS Frankfurt location being super strict. I tried creating a bucket in Ireland, now I get:
|
All S3 errors are gone when using a bucket in the US Standard region. Now that's where I am:
|
Ok, I added some bits to the README about this, but let me know if anything is unclear! |
Oh I forgot to set up |
Script added! |
Thank you thank you thank you, looking great! 😄 |
Hello @ralph how were you able to generate your token locally |
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
I'm currently having a hard time figuring out how to push to my local crates.io installation. The
--token
part is pretty clear, but I don't know what to use as--host
. I tried setting it to my local rust serverhttp://localhost:8888
, but from what I can see in the log it tries to do some kind of git request. So I forked the central https://github.com/rust-lang/crates.io-index repository, adjusting the https://github.com/rust-lang/crates.io-index/blob/master/config.json file to point to my local rust server, but I'm still getting an error:(That's my local crates.io token in the snippet.)
I'm trying to push the color-rs package (https://github.com/bjz/color-rs) from the Guide (http://doc.crates.io/guide.html), btw., but have the package name changed to
zcolor
.Can you help me publish to my local crates.io? I'd like to have a few packages in there, in order to be able to play with the Ember code.
Also, is there a better way to get sample data?
The text was updated successfully, but these errors were encountered: