Tuesday, August 28, 2012

GitHub

Yesterday I was able to get the project up onto a github repository:

https://github.com/qarnac/windexplorer3d

There were several problem I ran into using git with github.  First, it turns out that if there is a git repository already created on github, I need to pull it into my local repository even though the one on github is empty.  Trying to just push or clone my repository onto github will not work.  Second, there is a bug in the JME3 IDE git plugin as far as I can tell.  The git plugin would return authorization errors trying to push onto github, even though the same exact command from a command line would work.  This took me a long time to figure out.

No comments:

Post a Comment