-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core Dev Guide (CORG)
The git protocol is not getting through the Amazon Workspaces firewall.
The following git configuration change fixed the problem.
git config --global url.https://github.com/.insteadOf git://github.com/
This configuration could be added to help people building Nuxeo in a EC2 environment.