参考:https://webrtc.org.cn/mirror/

设置代理那里必须设置代理再同步

1、上一篇博文,

git clone 失败 报错:fatal: unable to access,server certificate verification failed.

解决方式

export GIT_SSL_NO_VERIFY=1

sudo apt-get update问题(2,3)

2、Could not connect to archive.ubuntukylin.com:10006 以及其他关于这个链接的错误都可以尝试这样改。。。。。

解决方式

cd  /etc/apt/sources.list.d

sudo gedit /etc/apt/sources.list.d/ubuntukylin.list

注释掉里面的内容

#deb http://archive.ubuntukylin.com:10006/ubuntukylin xenial main

3、error: RPC failed; curl 56 GnuTLS recv error (-9)

解决方式

apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000

4、appstreamcli问题

Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'

解决方式

sudo pkill -KILL appstreamcli
wget -P /tmp https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb --no-check-certificate
sudo dpkg -i /tmp/appstream_0.9.4-1ubuntu1_amd64.deb /tmp/libappstream3_0.9.4-1ubuntu1_amd64.deb

再次运行sudo apt-get update

最新文章

  1. 8.2 使用Fluent API进行实体映射【Code-First系列】
  2. SqlServer索引使用及维护
  3. [BZOJ1143][CTSC2008]祭祀river(最长反链)
  4. win7下的ipython没有的问题
  5. c语言二叉树基本操作
  6. Kali Linux Web 渗透测试视频教程— 第四课 google hack 实战
  7. 分形树Fractal tree介绍——具体如何结合TokuDB还没有太懂,先记住其和LSM都是一样的适合写密集
  8. C#: .net序列化及反序列化 [XmlElement(“节点名称”)]
  9. 给jdk写注释系列之jdk1.6容器(8)-TreeSet&NavigableMap&NavigableSet源码解析
  10. 使用AVCaptureSession显示相机预览
  11. mysql主从同步报错
  12. js加载优化三
  13. 项目管理软件伙伴https://www.huobanyun.cn/
  14. The Elements of Statistical Learning第3章导读
  15. 测试部署环境用到的主要linux命令
  16. QQ日迹Omi实战开发,从0到1
  17. Python使用MySQL数据库(新)
  18. ChineseUtils
  19. 本地数据访问时出现跨域问题Cross origin requests are only supported for protocol schemes: ……
  20. Python类和实例方法和属性的动态绑定

热门文章

  1. GDOI2021游记
  2. HTML5----响应式(自适应)网页设计(自动适应屏幕大小)
  3. JavaSE 对象与类(一)
  4. nodejs 接收参数,js前端传参方法
  5. 【译】.NET 7 中的性能改进(七)
  6. pat 乙级 1025 反转链表
  7. IntelliJ IDEA 程序运行的控制台乱码
  8. Mogeaver 连接数据库
  9. js提交数据
  10. python笔记--在文件进行输出