Run from source ./reset.sh get error:

When I use ./reset.sh --verbose command,I get error:
debug:

BUILD SUCCESSFUL
Total time: 2 seconds
~/Downloads/appium

  • Attempting to uninstall android app io.appium.settings

  • No devices found, skipping

  • Setting Android config to Appium’s version
    Running “setConfigVer:android” (setConfigVer) task
    Config file exists, updating it
    {“git-sha”:“ffd4ed2b7868e12ac024324dfc65f29fa0e47579”,“ios”:{“version”:“1.3.0-beta1”},“android”:{“version”:“1.3.0-beta1”}}
    Done, without errors.
    RESETTING CHROMEDRIVER

  • Clearing old ChromeDriver(s) * Finding latest version % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- 0:01:15 --:–:-- 0 curl: (52) Empty reply from server ---- FAILURE: reset.sh exited with status 1

please help me !

@wensj
The server didn’t reply with a valid release file which resulted in being unable to get the Chrome driver file an thus failing the operation.

why the server didn’t reply a valid release file ?how can I solve this problem?

Try again… it should be working.

I have retry many times ,the same problem:
BUILD SUCCESSFUL
Total time: 2 seconds
~/Downloads/appium

  • Attempting to uninstall android app io.appium.settings
  • No devices found, skipping
  • Setting Android config to Appium’s version
    Running “setConfigVer:android” (setConfigVer) task
    Config file exists, updating it
    {“git-sha”:“ffd4ed2b7868e12ac024324dfc65f29fa0e47579”,“ios”:{“version”:“1.3.0-beta1”},“android”:{“version”:“1.3.0-beta1”}}
    Done, without errors.
    RESETTING CHROMEDRIVER
  • Clearing old ChromeDriver(s)
  • Finding latest version
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:–:-- 0:01:15 --:–:-- 0
    curl: (52) Empty reply from server
    ---- FAILURE: reset.sh exited with status 1 ----

Are you sure you have installed Curl correctly?? Have you supplied a valid certificate file??

please let me know how to check if I have installed Curl correctly and supplied a valid certificate file.Thanks

Have you done something like this??

I use mac,when I use curl --help,I got this:
So I think Curl is installed.

Make sure that Curl is installed correctly by trying to download any file from the Internet using it. Use this for help.

I can use curl to download file,like this :

Not sure what is causing this weird issue, you can workaround this by manually downloading the file and placing it in its destination folder.