您的位置:首页 > 其它

同步linphone

2016-03-17 14:26 661 查看
linphone, 牛逼的VOIP开源项目。不做过多说明。参看http://www.linphone.org/

代码同步参看下表:

Projectgit
linphone, including:

oRTP

mediastreamer2

liblinphone

linphonec

linphone (gtk)
git clone git://git.linphone.org/linphone.git --recursive
linphone-desktop, including:

linphone (gtk)

linphonec

liblinphone

mediastreamer2

ortp

belle-sip

dependencies
git clone git://git.linphone.org/linphone-desktop.git --recursive
linphone-iphone

iPhone app

liblinphone

msilbc

dependencies
git clone git://git.linphone.org/linphone-iphone.git --recursive
linphone-android

Android app

liblinphone

msilbc

dependencies
git clone git://git.linphone.org/linphone-android.git --recursive
linphone-wp

Windows Phone 8 app

liblinphone

mswasapi

mswp8vid

dependencies
 

git clone git://git.linphone.org/linphone-wp.git --recursive
a). 其中部分lib需要翻墙:

解决办法: 设置http和https代理

linux下: 

export http_proxy=http://proxy.server:port
export https_proxy=http://proxy.server:port

比如port是3128,有时候,http的端口解析会有问题,误将git端口配置为3128段口。
因此,可能出现如下的现象:

error: Failed connect to github.com:3128; Operation now in progress while accessing https://github.com/keeran6/ForCargo-Men.git/info/refsfatal: HTTP request failed

而git hub的默认端口应该是80,如何解决? 需要配置global代理

git config --global http.proxy http://proxy.server:3128[/code] 通过如上方式来配置端口

重新再git clone就OK了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: