Skip to main content

All Questions

Tagged with
1 vote
1 answer
7k views

Is it possible to clone a repo from GitHub without an account?

I'm hosting my company's interview project on Github. We will have candidates clone the repo and work with it on their local machine during the interview itself. They never have to push code to the ...
intA's user avatar
  • 403
1 vote
1 answer
176 views

How to create SSH Key for git user

If i want to syncronize my remote origin with another remote repository i will have to register a post-update hook. But I will need an ssh key for that. Because my origin repo is owned by git user, ...
Matthias Reisner's user avatar
1 vote
1 answer
91 views

How can I create pushable remote Mercurial repos that works over SSH?

I have been using git for a while and I use git and ssh. I have couple bare repos on my server which I use to pull and push on multiple computers. Now I want to try Mercurial for some of my projects (...
yarun can's user avatar
  • 1,010
3 votes
1 answer
3k views

How to set up git repo on my subdomain?

I have a centOS VPS and I have install git. However, I want to set up a git repo on a subdomain on one of the domains hosted on my vps in order so I can push there for testing. How do I do this?
RSM's user avatar
  • 443
2 votes
1 answer
3k views

Private Git Repository Using a VPN with Tinc, SSH, and Git

Would it be possible to set up a VPN using tinc as the VPN software on Ubuntu or Windows 7, and then connect from a computer (from outside the local network) to the computer hosting the VPN, in order ...
Kevin Gurney's user avatar