forge icon indicating copy to clipboard operation
forge copied to clipboard

forge installation

Open kmvinoth opened this issue 4 years ago • 1 comments

Tried installing forge as per the documentation on (MacOS Catalina version10.15.3)

curl https://s3.amazonaws.com/datawire-static-files/forge/$(curl https://s3.amazonaws.com/datawire-static-files/forge/latest.url)/forge -o /tmp/forge

Response % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 243 0 243 0 0 455 0 --:--:-- --:--:-- --:--:-- 455

<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>BD5B75C7504E475B</RequestId><HostId>CgTWxJaly3S15XUgzbWAqZtUri8QepHGDx1VsHChk0p44ghlzNi5d35iqVXcH7thSOYYDER5yX8=</HostId></Error>%

Seems that not able to access the s3 bucket of aws. Any help is highly appreciated. Is forge still under active development?

kmvinoth avatar Mar 26 '20 21:03 kmvinoth

The brackets around the inner curl are escaped when this command is pasted into the terminal. See #220.

After you've pasted the command into the terminal, remove the backslashes before the brackets.

gavboulton avatar Apr 28 '20 16:04 gavboulton