ARM-software / ML-KWS-for-MCU

Keyword spotting on Arm Cortex-M Microcontrollers
Apache License 2.0
1.13k stars 417 forks source link

mbed deploy failed. #130

Closed xwJohn closed 4 years ago

xwJohn commented 4 years ago

When I tried to use mbed deploy, the following message appeared:

(ARM-KWS) C:\work\GitHub\ML-KWS-for-MCU\Deployment\kws_realtime_test>mbed deploy [mbed] Working path "C:\work\GitHub\ML-KWS-for-MCU\Deployment\kws_realtime_test" (library) [mbed] Program path "C:\work\GitHub\ML-KWS-for-MCU\Deployment\kws_realtime_test" [mbed] Adding library "AUDIO_DISCO_F746NG" from "https://developer.mbed.org/teams/ST/code/AUDIO_DISCO_F746NG" at rev #7046ce26b7ed [mbed] ERROR: Unable to clone repository (https://developer.mbed.org/teams/ST/code/AUDIO_DISCO_F746NG/#7046ce26b7ed)

The website (https://developer.mbed.org/teams/ST/code/AUDIO_DISCO_F746NG/#7046ce26b7ed) can directly opened in my browser and I have use [hg config] command to set my http proxy, but still the same, anybody could help me about this? Thanks a lot.

xwJohn commented 4 years ago

Tried to use hg clone, failed either: (ARM-KWS) C:\work\GitHub\ML-KWS-for-MCU\Deployment\kws_realtime_test>hg clone --debug https://developer.mbed.org/teams/ST/code/AUDIO_DISCO_F746NG/#7046ce26b7ed using https://developer.mbed.org/teams/ST/code/AUDIO_DISCO_F746NG/ sending capabilities command abort: error: getaddrinfo failed

xwJohn commented 4 years ago

It's firewall's issue, fixed this after setting proxy correctly