jiangying

Results 73 comments of jiangying

> @jiangying000 Hello! :wave: Would https://playground.pontem.network/ be what you are looking for? Yes, like this one

> @jiangying000 @JerryKwan I am trying to temporarily fix them in https://github.com/starcoinorg/starcoin/pull/3655, could be rollback when rolling `short_str` commit back

relate to: https://github.com/nextest-rs/nextest/issues/526

a temporary workaround is replacing all problematic `https://` repo urls with ssh ones (starting with `git@`). thanks to @0xpause for this solution ``` find ./ -name "*.toml" | xargs sed...

another tested (and probably better) workaround is remove `git-fetch-with-cli = true` in `.cargo/config` and run `cargo build` again, then it's ok to add `git-fetch-with-cli = true` back this issue seems...

> why reopen? does this not fixed? @jiangying000 got this error again that day so I reopened this issue Maybe my Cargo is not new enough to contain the patch,want...

I think this is fixed, as I have tested a lot of times (>5) when git deps got messed and I switch to rusttoolchain >= 1.64, the error always disappear...