Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Private git repository #7

Closed
xoac opened this issue Jan 26, 2018 · 1 comment
Closed

Private git repository #7

xoac opened this issue Jan 26, 2018 · 1 comment
Labels
how-to How to do something?

Comments

@xoac
Copy link
Contributor

xoac commented Jan 26, 2018

Hi,
I would like to use this when and have no idea how to manage it.

[dependencies]
package = { git = "https://@git.private.com/repo/repo.git" }
@xoac
Copy link
Contributor Author

xoac commented Jan 26, 2018

Ok The workaround if sb is looking:

# inside my project
$ git submodule add https://@git.private.com/repo/repo.git

Then edit Cargo.toml

[dependencies]
package = { path = "repo" }

Now it can be easy passed to docker container 👍 but it would be nice to could use git = in with cargo. So I left it still open.

@messense messense added the how-to How to do something? label May 16, 2018
@rust-cross rust-cross locked and limited conversation to collaborators Sep 18, 2022
@messense messense converted this issue into discussion #56 Sep 18, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
how-to How to do something?
Projects
None yet
Development

No branches or pull requests

2 participants