报错:The TLS connection was non-properly terminated.
在pytorch运行深度学习的代码时,需要从github上连接代码,但是运行readme.md中连接代码的命令时,却出现错误:

网上的解决方法都是说什么配置代理,但是很多方法都不太对…
解决方法:
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
在环境中运行以上代码,即可进行代理的配置,然后就可以愉快的git clone 啦~
不知道一起复制会不会有问题,我是两句两句复制的。不过应该四句一起运行时没问题的吧(懒狗不想再试一次了……)
啊~又是因为deep learning 想退学的一天呢~
23万+

被折叠的 条评论
为什么被折叠?



