Korferer Posted February 12, 2015 Share Posted February 12, 2015 So basically, I have got VirtulBox set up and running on my personal mac. It's for my own learning/development really. I have installed git, gitolite and gitweb on my virtual server (Guest VM is Ubuntu) and I am getting used to the basics of git. I have a github account and I want to take my git learning to the next level and put my project on to github. I am looking in to this but VirtualBox is saying that I should install GitHub Enterprise which doesn't feel right to me. This is just one guy's development.. Instead I created a new repository on github and ran this; git remote add origin https://github.com....etc/ I got an error, fatal: unable to access 'https://github.com/[username]/[project]': Could not resolve host: github.com Is it because I am doing it from a virtual environment? Would it be easier for me to set up git on my OXS instead and push/pull from the local dev folder? I'd rather not do it that way.. Advice? Quote Link to comment https://forums.phpfreaks.com/topic/294555-virtualbox-with-github-yes-or-no/ Share on other sites More sharing options...
Solution Korferer Posted February 24, 2015 Author Solution Share Posted February 24, 2015 Update; I have installed Vagrant now. And I am running git from my Mac it's working totally fine. This is certainly the way forward! Quote Link to comment https://forums.phpfreaks.com/topic/294555-virtualbox-with-github-yes-or-no/#findComment-1506595 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.