出现Cloning into 'CosyVoice'... fatal: unable to access 'https://github.com/FunAudioLLM/CosyVoice.git/': Failed to connect to github.com port 443 after 21061 ms: Couldn't connect to server
解决办法:
1.查看自己VPN的端口
2.电脑上设置代理端口与上面一致
3.控制台依次输入
git config --global http.proxy http://127.0.0.1:7897
git config --global http.proxy
git clone https://github.com/xxxx.git