$ svn checkout https://github.com/xxx/xxx/trunk/src
报错:
svn: E170013: Unable to connect to a repository at URL 'https://github.com/xxx/xxx/trunk/src'
svn: E670003: Temporary failure in name resolution
解决:
$ sudo vi ~/.subversion/servers
在[global]后面加入你的代理地址和端口:
http-proxy-host = 10.xxx.xxx.xxx
http-proxy-port = 8080
感谢:https://www.cnblogs.com/cane/p/3853314.html