运行CMD:
切换到指定路径
git clone --recursive https://github.com/espressif/ESP8266_RTOS_SDK.git

ESP8266 最新的SDK,下载办法

//查看远程分支
git branch -r
//创建本地分支并关联
git checkout -b 本地分支 origin/远程分支

//已有本地分支创建关联
git branch --set-upstream-to origin/远程分支名 本地分支名
//拉取
git pull

相关文章:

  • 2021-06-27
  • 2021-09-18
  • 2022-12-23
  • 2021-08-17
  • 2021-10-05
  • 2021-10-09
  • 2022-01-08
猜你喜欢
  • 2021-10-12
  • 2021-04-04
  • 2021-10-05
  • 2021-09-13
  • 2021-08-02
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案