Cuberite Forum

Full Version: Move to GitHub
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
keyboard is there! I thought you leave the project, hopefully you will work more on physicsBig Grin
Welcome backBig Grin
And now with Git we can hope that we see the incremental commits on a branch, even before the final version to be used Smile
FakeTruth: Can you update the forum redirects to the new places - specifically support and code repo.
I can't clone the repo to my local computer. When I type:
Code:
git clone git@github.com:mc-server/MCServer.git
It gives me this error
Code:
Cloning into 'MCServer'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
You need to add your SSH key to github, and if you don't want to do that, use https://github.com/mc-server/MCServer.git
Thank you, it worked, now I will have fun modifying the codeBig Grin
(08-08-2013, 05:23 PM)bearbin Wrote: [ -> ]FakeTruth: Can you update the forum redirects to the new places - specifically support and code repo.

I'll try when I get back home. I'm in Korea now :p
Ty Smile
I don't think splitting the Core away was such a good idea. Now I make changes to the API, which means I have to update the Core as well, and I should be doing that in two repos instead of just one. This isn't good. I'm inclined to get rid of the Core split and if anyone wants to contribute, let them fork the entire MCServer repo.
Pages: 1 2 3 4 5 6 7 8 9