Search the Community
Showing results for tags 'virtual'.
-
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?
- 1 reply
-
- virtualbox
- github
-
(and 2 more)
Tagged with:
-
Hello to everyone. I have a php website, in which i would like to integrade a virtual keyboard in any text boxes I have on it, including in google custom search. I found in a website a virtual keyboard which is free for integrade in javascript code. But when I am trying to use it, It appears the text box and the keyboard together. I would like to know if there is any way to catch and use only the virtual keyboard in the existing text boxes in my page, I would like to take only the keyboard from the set of these both text box and keyboard and use it in my site. I don't know if I am being understandable, if no please tell me. Thanks in advance. The keyboard, is from the website: http://www.greywyvern.com/code/javascript/keyboard Thank you very much !!!