Hello support
could you someone help me please?
how can I export my project from Kail Studio Cloud to my mbed repository (as in the past I made from online compiler publishig the code in one of my repositories)?
I tryed but it seems we can export code only on github (but only in a public github repository :-( ).
Let me know please.
Many thanks for your help and bye
Lorenzo
This is possible – Make sure that you don’t initialise your local repository for git.
If you have already set it up as a git repository, then you can publish to a git version control system and link it back to the Mbed website with https://os.mbed.com/code/add/
The steps are:
https://developer.arm.com/documentation/102497/1-5/Source-control/Work-with-Mercurial
I resolved my problem. Thank for your post. krunker