-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support private github repository #1690
Conversation
c0bca8f
to
77d0e54
Compare
Signed-off-by: Jiahao XU <[email protected]>
77d0e54
to
9efe395
Compare
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
74bfc87
to
d2914cc
Compare
So that we can use it to download from private repositories. Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
555b101
to
6c67c7d
Compare
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
is there anything we can do to help move this forward? maybe testing a build? |
I just need to spend more time on this, I'm a bit busy recently, but rest asure, I didn't forget it. |
Signed-off-by: Jiahao XU <[email protected]>
Update: I'm a bit busy this week. cc @scullionw we actually need more contributors for cargo-binstall. If you are willing to submit a PR, then I can do a code review very quickly. If you have time, you could pick up where I have left and I'm willing to answer any questions you have related to the codebase. |
To make it easier to create generic function Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
`cargo test` run all tests in one process. As such, `set_global_default` would fail on the second call. Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
which is always set to `None` Signed-off-by: Jiahao XU <[email protected]>
cc @scullionw This PR is now ready for review, you should be able to download from private repositories using this PR, could you have a try please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that we have hit the gh token limit for CI, since many tests are run under it.
will apply the suggestion and re-merge it later.
hi! sorry missed your comment: i've tried and it doesn't seem to see the release? (it falls back to installing from source) you can see this in the logs, which matches the screenshot below
full log: https://logpaste.com/UdzdiGd9 |
@scullionw what is the tag used? If the tag is not |
@scullionw In that case, you can set the |
Oh that's because you are using |
BTW we have a ticket to support private registry #1693 |
cool i will check how to save credentials with gitoxide |
I think the default |
Ohhh I know, it could be that we configured gix to not use system-wide configuration |
Fixed #1681