岛石
岛石
同样的问题+1, 客户端没法翻墙
Same problem. Have you resolved?
> > > 参考这里修改,重新运行会自动下载到C盘,就解决了。 [#26 (comment)](https://github.com/RVC-Boss/GPT-SoVITS/issues/26#issuecomment-1895420620) > > > > > > 我参考这里改了,重新走网络下载,报一样的错误 > > 我重下之后就好了,或者你降级funasr试试,重下前我也执行了降级。 pip install funasr==0.8.7 pip install modelscope==1.10.0 不行
根据 这篇[回答](https://stackoverflow.com/questions/1924434/what-is-the-curl-error-52-empty-reply-from-server) curl 52 的原因是 使用`http` 请求一个只接受`https`的server, 但问题是这是`proxychains` 的问题还是 `v2ray`的呢? 我的proxychains 配置如下 ```javascript [ProxyList] #socks4 127.0.0.1 9050 socks5 127.0.0.1 10808 #http 127.0.0.1 10809 ```
`git clone -v` 后 错误信息会在这之后产生 ``` JavaScript POST git-upload-pack (gzip 3315 to 1672 bytes) ``` 我已经设置一个较大的`http.postbuffer=1048576000`
command: ```JavaScript GIT_CURL_VERBOSE=1 proxychains git clone https://github.com/facebookresearch/xformers.git -v ``` log: ```JavaScript ProxyChains-3.1 (http://proxychains.sf.net) Cloning into 'xformers'... * Couldn't find host github.com in the .netrc file; using defaults |DNS-request| github.com |S-chain|--127.0.0.1:10808--4.2.2.2:53--OK...
全降级依然不行
Any instruction for linux or WSL? Thanks.
Fix #34
> try to reboot your server,or use lsof tool `lsof -i:9874` `kill [pid] -9` I tried this but lsof doesn't ouput any information and the port is still in use.