...
Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like.
Note title Read Only Note the URL shown here is the public read-only URL. Committers should use the SSH form of the URL for read-writeURL below.
If "git://" does not work for you then use "http://"Note title Wonder Committers Clone the repository using git@github.com:projectwonder/wonder.git
Do not change "git@" to be your username.
You should see output something like this:Code Block none none git clone git://github.com/projectwonder/wonder.git WonderSource
No Format Cloning into WonderSource... remote: Counting objects: 174269, done. remote: Compressing objects: 100% (57304/57304), done. remote: Total 174269 (delta 107374), reused 173934 (delta 107067) Receiving objects: 100% (174269/174269), 137.94 MiB | 8.29 MiB/s, done. Resolving deltas: 100% (107374/107374), done.
Navigate into the working copy root
Code Block none none cd WonderSource
Note title WebObjects 5.3.3 Compatability If you are still using old WebObjects 5.3.3, then you need to execute this git command to switch to the branch for WebObjects 5.3.3:
Code Block git checkout --track origin/Wonder_5_0_0_Legacy
You should get output like this:
No Format Branch Wonder_5_0_0_Legacy set up to track remote branch Wonder_5_0_0_Legacy from origin. Switched to a new branch 'Wonder_5_0_0_Legacy'
...