compile.yml

VS-codeからgithub

ee9king に投稿

vs-code上でビルド出来たら、githubにuploadできる。publicにすると要領に制限がないってほんとかな。

VS-codeでTerminalを開く

git init
git remote add origin https://github.com/king33jp/mbedce_KL25Z_SX032QVGA008_TTimer.git

ここでエラーが出る。先に作っておくと、もうあると言っているようだ

git remote -v
origin  https://github.com/mbed-ce/mbed-ce-hello-world.git (fetch)
origin  https://github.com/mbed-ce/mbed-ce-hello-world.git (push)

hello-worldをコピーして作ったので前のリポジトリが残ってて、このままだと人のところにuploadしようとして失敗するみたい