forge
forge copied to clipboard
forge installation
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?
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.