Appium:运行bootstrap脚本时需要Github用户名

时间:2016-10-11 09:12:00

标签: appium

我安装了1.6.0_beta3,因为我公司的应用依赖于Xcode 8

按照说明运行bootstrap脚本时,我需要输入我的github用户名。 为什么?这是一个公共存储库。当我输入我的github用户名时没有任何反应。

XXX:WebDriverAgent YYY$ ./Scripts/bootstrap.sh
Fetching dependencies
Username for 'https://github.com': (displayed 3 times)

我也尝试过:

./Scripts/bootstrap.sh -d
./Scripts/bootstrap.sh -D

1 个答案:

答案 0 :(得分:0)

似乎在更新OSX后更多东西被破坏了。谢谢Appium。

  1. $ cd / usr / local
  2. $ git reset --hard
  3. $ git clean -df
  4. $ brew update
  5. $ brew upgrade carthage