Cuberite Forum
Move to GitHub - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Move to GitHub (/thread-1192.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: Move to GitHub - tonibm19 - 07-29-2013

keyboard is there! I thought you leave the project, hopefully you will work more on physicsBig Grin


RE: Move to GitHub - FakeTruth - 07-29-2013

Welcome backBig Grin


RE: Move to GitHub - xoft - 07-29-2013

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


RE: Move to GitHub - bearbin - 08-08-2013

FakeTruth: Can you update the forum redirects to the new places - specifically support and code repo.


RE: Move to GitHub - tonibm19 - 08-08-2013

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



RE: Move to GitHub - bearbin - 08-08-2013

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


RE: Move to GitHub - tonibm19 - 08-08-2013

Thank you, it worked, now I will have fun modifying the codeBig Grin


RE: Move to GitHub - FakeTruth - 08-09-2013

(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


RE: Move to GitHub - bearbin - 08-09-2013

Ty Smile


RE: Move to GitHub - xoft - 08-16-2013

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.