Questions tagged [github]

Github is an online service for using git repositories to enable social and collaborative coding.

200 questions
0
votes
2 answers

Pulling from GitHub to IIS

To update my website I need to pull from GitHub to IIS, remotely, not by using RDP. How can I do that? TelNet does not support git and I don't like installing OpenSSH ( it needs CygWin)
AVEbrahimi
  • 139
  • 7
0
votes
0 answers

Failed to connect to repository : Command "git ls-remote -h git@github.comcast.com:username/sidtest.git HEAD"

Im trying to setup Github connection from Jenkins but get the above error. Inorder to overcome this error, I tried changing to Jenkins user and run the git ls-remote command. su -s /bin/bash jenkins but when I run the command I get the following…
user1050619
  • 119
  • 1
  • 6
0
votes
1 answer

Automatically linking Github repository to GCP repository fails

I'm trying to link a private Github source code repository to a Google Cloud Platform Source code repository, but whatever I do I get an error "The server has timed out while trying to process your request." and end up with the state "Failed to load…
dmarell
  • 1
  • 3
0
votes
0 answers

How do you git archive a branch using gzip with highest compression level?

I'm trying to git archive a branch using gzip with the highest level compression (9) but it seems to not compress at that level. Here is my command: git -C /home/user/example.com/ archive --format tar -o /home/user/site_backups/develop-`date…
0
votes
1 answer

How to create a local fact in Ansible playbook which will skip steps which are already done in previous runs?

I wrote a playbook which clones from git three repo's and compiling them from source. Whenever I provision a machine which uses this playbook, the repos are cloned, no matter if the local copy of the repo is already updated. I'd like the git clone…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
1 answer

Github deploy key to allow a Docker Hub image to pull private gem with

Given repo "A", a Ruby project with a dependency on a gem, contained within another private Github repo, "B", I need to give Docker Hub permission to clone repo "B" when it builds the image. I'm unsure of what the ideal setup for this is - ie, does…
ljs.dev
  • 1,254
  • 2
  • 9
  • 15
0
votes
1 answer

GoDaddy domain (randomly) not resolving to GitHub Pages

I have added a CNAME file to the root level of my GitHub Pages repository, which contains my domain (_____.com). My DNS settings on the GoDaddy website look like this: DNS Settings. On the "Manage My Domains" page, it says ________.com is just…
kd1228
  • 1
  • 1
0
votes
1 answer

Host a directory on a different server/domain

I own a domain with a Apache server running Wordpress (example.com), whose configuration I can probably tweak (if I can propose a good solution). I have a GitHub Pages hosting (example.github.io), whose server configuration I of course cannot touch…
nute
  • 791
  • 2
  • 11
  • 22
0
votes
1 answer

Why I can't connect to github via ssh?

I've searched a lot and all found solutions weren't work. I generated ssh key via: ssh-keygen -t rsa -b 4096 -C "myemail@gmail.com" I got the key: cat /home/drupality/.ssh/id_rsa.pub I noticed that key hasn't an email address inside, but my…
Codium
  • 123
  • 1
  • 10
0
votes
1 answer

Ansible, Vagrant, sudo and ssh-agent

So I've seen this question and added the Defaults env_keep+=SSH_AUTH_SOCK into my /etc/sudoers file but I am still unable to clone from github on my Vagrant box using sudo: true and sudo_user: in my ansible playbook. I'd like to clone the…
MattC
  • 377
  • 1
  • 4
  • 11
0
votes
1 answer

Not able to connect to GitHub though the Firewall

We have Fortigate Firewall install on the network, What port I should open to connect to the GitHub repository using the https:// protocol. I found a similar question , And allowed the port suggested but still not able to push, pull etc. showing…
Irk
  • 171
  • 1
  • 7
0
votes
2 answers

Issue cloning from github to server authorisations

I'm trying to add a key to github and my server so my server can clone from github. mkdir -p /root/.ssh chmod 700 /root/.ssh cat > /root/.ssh/authorized_keys <
Jimmy
  • 269
  • 4
  • 7
  • 23
0
votes
1 answer

How Can I Point My Local Testing Server at My GitHub Repository?

Up until a few days ago, I had a particular setup that was as follows. Using SVN, all of the websites that I developed were committed to a source control drop box on a local testing server. Then using IIS, a new website was set up to point at the…
Goober
  • 361
  • 2
  • 4
  • 6
0
votes
1 answer

Continuously deploying a Symfony app on Cloudformation

My current plan is to begin hosting my team's Symfony-based app on a load-balanced, autoscaling group generated via Cloudformation. When someone on my team pushes to our Github repo, I would like AWS to automatically pull the latest codebase and…
0
votes
1 answer

Connection error while deploying a PHP application to Linode using Capistrano

I'm trying to deploy a PHP application onto a Linode server with Capistrano. I've installed Ruby and Capistrano, and configured my deploy.rb file (possibly incorrectly). However, when I run cap deploy I receive this error: [deploy:update_code]…
Andrew
  • 195
  • 1
  • 1
  • 8