Hi there,
I’m having a lot of difficulties working with Mbed repositories hosted under profile/code while using Keil Studio Cloud. With Github repositories, everything works perfectly fine. Importing projects from both Github and my Mbed repositories is flawless. It is when I want to publish to an empty repository, or commit my changes to a repository hosted on Mbed is where problems starts.
I get all kinds of weird errors, such as (“test” is the mbed repository in this case):
Request push failed with message: “hg push --config auth.mbed.prefix=* --config auth.mbed.username=x-application-token-auth --config auth.mbed.password=1XXXXXXXXXXXXXXXXXXXXX3” failed: 112,117,115,104,105,110,103,32,116,111,32,104,116,116,112,58,47,47,111,115,46,109,98,101,100,46,99,111,109,47,117,115,101,114,115,47,100,97,110,105,97,108,49,57,49,48,48,47,99,111,100,101,47,116,101,115,116,47,10 115,101,97,114,99,104,105,110,103,32,102,111,114,32,99,104,97,110,103,101,115,10 real URL is test - This is a test of mbed repository. | Mbed ,abort: push creates new remote head 2003b3550d78! ,(merge or see ‘hg help push’ for details about pushing new heads)
I’ve also tested if my issues presist using Mbed Studio IDE. But everything works fine on IDE.
I was wondering if there is something I’m messing or doing wrong. I’ve searched online and so far It seems that I’m only one encountering such issues?