On the advice of an experienced Django coder, I'm trying to set up Git to share my code between desktop and laptop, but finding it a good deal more challenging than simple SVN. Quick question, is Git worth it for a solo dev? Anyway, I've installed Git under Windows, installed a git application on my webfaction console and added a domain for it. My ultimate aim is to push and pull code to Git from PyCharm, and from examples on github.com I think my next step is to add an SSH key to https://git.myapp.webfactional.com , but when I go to that address I get: Site not configured If you are the owner of this website and weren’t expecting to see this message, here are some potential causes and solutions: etc. Am I too thick to be using git and should just go back to SVN? asked 10 Mar '12, 15:02 Jaffa McNeill |
You don't currently have your application mounted to a path on your site record. Once you add that the site not configured page should be replaced with your application. If you still have problems, either supply them here, or feel free to open a support ticket here. answered 10 Mar '12, 15:08 bmeyer71 ♦♦ |