dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

make clone fails #103

Closed chewbacca70 closed 3 years ago

chewbacca70 commented 3 years ago

Hi, I followed the readme but in step 5. Clone the various needed repos ( includes WebDriverAgent )

Run make clone

Ill get make clone
git clone https://github.com/appium/WebDriverAgent.githttps://github.com/appium/WebDriverAgent.git repos/WebDriverAgent --branch mastermaster Cloning into 'repos/WebDriverAgent'... remote: Not Found fatal: repository 'https://github.com/appium/WebDriverAgent.githttps://github.com/appium/WebDriverAgent.git/' not found make: *** [repos/WebDriverAgent] Error 128

any idea why the links are somehow broken? BR

mbilbiesi commented 3 years ago

@chewbacca70 I see a duplication for the URL in what you posted ! Can you post your the configs you have !

chewbacca70 commented 3 years ago

@mbilbiesi Thank you for your support. I already found a solution for it. I removed

"wda": "https://github.com/appium/WebDriverAgent.git"

from config.json and then the repos were cloned as expected. I still don't know why it was doubled.