TI中文支持网
TI专业的中文技术问题搜集分享网站

cc3235中使用local的问题

例程是自带Dropox 程序编译不过,需要在<ti/net/ota/otauser.h>中配置,我换用github的CDN用GIT BASH 登录github后 创建的步骤

echo "# OTA" >> README.md
git init
git add README.md
git commit -m "first commit"---------------------(报错后

我使用   git config –global user.email "**********@qq.com")

git remote add origin git@github.com:LILonG-by/OTA.git
使用 git push -u origin master后

The authenticity of host 'github.com (13.229.188.59)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,13.229.188.59' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

怎么解决?
文档上说的是

git init

git clone github.com/…/<repository> git add cd <user directory>

git add <user tar file>

git commit -a -m 'add OTA …’ git remote  –(这里是啥意思?怎么填充命令)

git push origin master

这种步骤



Viki Shi:

local OTA的问题请参考官方文档:www.ti.com/…/swra510a.pdf

另外,论坛有类似问题,请这边查看:
e2e.ti.com/…/613302

赞(0)
未经允许不得转载:TI中文支持网 » cc3235中使用local的问题
分享到: 更多 (0)