0
点赞
收藏
分享

微信扫一扫

ESP8266 最新的SDK,下载办法


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

ESP8266 最新的SDK,下载办法_git

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

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


举报

相关推荐

0 条评论