This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

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

这种步骤