rustcc / lernaean-deploy

deploy scripts for lernaean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot redirect from 'code.aliyun.com' to 'account.aliyun.com'; class=Net (12)

Zieng opened this issue · comments

commented

按说明配置了aliyun的源之后,无法使用。

具体错误如下:

Updating `https://code.aliyun.com/rustcc/crates.io-index` index
warning: spurious network error (2 tries remaining): cannot redirect from 'code.aliyun.com' to 'account.aliyun.com'; class=Net (12)
warning: spurious network error (1 tries remaining): cannot redirect from 'code.aliyun.com' to 'account.aliyun.com'; class=Net (12)
error: failed to load source for a dependency on `log`

PS:使用中科大的源没问题。

目前index托管在阿里云的免费代码托管平台,可能是这个托管平台出了些问题。

我以class=Net(12)搜索之后,发现Cargo官方也有一些相关的issue,可能是比较深度的一个BUG,暂时没有解决的思路。

目前我这边没有能够重现该BUG。