Shahar Gluzman <[email protected]> writes: > I need to do some customiztion in XWalkCoreLib and since there is no > source files but only JAR I had to download the Source code as the > following link suggest: > https://crosswalk-project.org/contribute/building_crosswalk.html > > I am using the following code to download the code: > > > export XWALK_OS_ANDROID=1 > > gclient config --name=src/xwalk \ > git://github.com/crosswalk-project/crosswalk.git
The timeout looks like you're behind some sort of restrictive corporate proxy that's filtering your connecting to GitHub. Try using https:// instead of git://, and make sure your proxy settings are correct. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
