报错:git remote: [session-f0448081] 404 not found!

在.git文件夹中的config文件中找到子模块的地址,用浏览器打开发现确实没有对应的子模块仓库,这个时候只需要把地址gitee.com换成github.com就行了,

最终的替换结果如下:

[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://gitee.com/EspressifSystems/ESP8266_RTOS_SDK.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule "components/json/cJSON"]
active = true
url = https://gitee.com/DaveGamble/cJSON.git
[submodule "components/lwip/lwip"]
active = true
url = https://github.com/espressif/esp-lwip.git
[submodule "components/coap/libcoap"]
active = true
url = https://github.com/obgm/libcoap.git
[submodule "components/mbedtls/mbedtls"]
active = true
url = https://github.com/espressif/mbedtls.git
[submodule "components/mqtt/esp-mqtt"]
active = true
url = https://github.com/espressif/esp-mqtt.git

  

最新文章

  1. s3c2440液晶屏驱动 (非内核自带) linux-4.1.24
  2. 解决dede搜索页面只能显示10条信息解决方案
  3. C# .Net三层架构[转]
  4. Nagios ’status.cgi‘文件权限许可和访问控制漏洞
  5. 【LeetCode】Algorithms 题集(三)
  6. Linux系统常用的文件查看及处理命令
  7. 腾讯基于Kubernetes的企业级容器云平台GaiaStack (转)
  8. requests中get和post传参
  9. Kafka/Zookeeper集群的实现(二)
  10. 了解java虚拟机—在TALB上分配对象(10)
  11. [20171031]markhot.txt
  12. Mysql占用CPU过高如何优化,如何解决
  13. _equipment
  14. A-Softmax的总结及与L-Softmax的对比——SphereFace
  15. Leet Palindrome Partitioning II
  16. docker attach 和 docker exec
  17. BUAA OO 2019 第二单元作业总结
  18. 解决电脑各种 dll 文件丢失问题
  19. 【应用】wamp3.x.x设置,让外网能够访问本服务器
  20. BZOJ 3505 [Cqoi2014]数三角形(组合数学)

热门文章

  1. 解决iview拖动头部横向滚动问题
  2. BT做种
  3. CCIE DC Multicast Part 3.
  4. clear
  5. 网页识别语音插件annyang可以实现识别中文
  6. 【uboot 】uboot通过tftp下载内核
  7. eval()
  8. ApexSQLDBA 2019.02.1245[破解补丁]
  9. SignalR v3.1.3.js [支持微信小程序]
  10. spdlog库和fmt库是否使用dll宏定义