I've got a Github repo I want to access from two different Linux machines.
For the first machine, I followed Github's instructions for generating SSH keys, and added the resulting public key to Github. This client works fine.
For the second…
To make setting up passwordless SSH easier on new machines and environments, is there any reason why the id_rsa.pub file (just the public half of the key pair) could not be published somewhere on the web? For example in a dotfiles GitHub…
In a local gitlab I created a copy of project nova (https://github.com/openstack/nova).
How do I keep the local nova repo in sync with github, updating maybe once per hour or per day?
I would like a solution similar to what is described here for…
Given ANY GitHub repository url string like:
git://github.com/some-user/my-repo.git
or
git@github.com:some-user/my-repo.git
or
https://github.com/some-user/my-repo.git
What is the best way in bash to extract the repository name my-repo from any…
I am using Jenkins to trigger and manage a series of import jobs. I want to put my import script in Github, and when Jenkins builds the job, it should (a) pull that version controlled script out of Github and (b) run the script.
The problem that…
How can I store 2 different private SSH keys for the same host? I have tried 2 entries in /etc/ssh/ssh_config for the same host with the different keys, and I've also tried to put both keys in the same file and referencing it from one hosts setting,…
GitHub Enterprise ships as an Open Virtualisation Appliance and File; it's intended to be dropped into existing virtualization setup like VMWare, VirtualBox, etc.
I'd like to run it inside of the AWS EC2 cloud (Github doesn't provide an AMI…
emil@DESKTOP-1I1B1NM:~$ git clone git@github.com:EmilYoung2004/git_test.git
Cloning into 'git_test'...
kex_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository
Please make sure you have the correct…
I have a project hosted in Github that is being continuously deployed to Azure whenever a developer checks in any code. (this deployment is for a dev server, not prod).
In the case of a failed deployment, how can I get the failure log emailed to me…
I asked the same question on stack overflow but I only got 5 views, I think this is a better forum for this question.
I'm setting up CI for a C# project hosted on github in a private repo. Git is installed on master CentOS machine, MSBuild on slave…
Okay folks, noob RSA question here.
I have a production server, and I've generated an rsa key there. I've then taken the public key (id_rsa.pub) and given that to github, as a deploy key I believe.
What I'm trying to do is automate a deployment…
I had an issue today where my deployment on my application servers couldn't be completed due to connection problems with github.
I noticed that when I perform a DNS lookup of github.com using google DNS servers i get the "correct/old" ip addresses…
I noticed that https://github.com/apache/ant says "mirrored from git://git.apache.org/ant.git" (with a link) and I'd like to do the same.
https://exyr.org/2011/git-mirrors/ seems like a good write up of the general technique (basically a cron job),…
Can't connect for 3 days already, saing 'Failed to connect repositories'
All access already granted and i'm repository owner
Perhaps you know how to deal with that
EDIT: Bitbucked connected without any problem
Thanks in advanced
I've installed camptocamp/nagios from Puppet Forge, but seems it has dependencies to puppet-apache_c2c which is published on GitHub.
I've installed nagios module as suggested:
puppet module install camptocamp-nagios
However how do I install missing…