Questions tagged [github]

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

200 questions
0
votes
1 answer

Can't "git pull" with PHP on AWS EC2

I'm trying to setup this EC2 instance to listen for a webhook from Github and then run a git pull. The web runs this under the user 'apache'. I was following: http://jondavidjohn.com/blog/2012/10/git-pull-from-a-php-script-not-so-simple When I got…
0
votes
3 answers

Setting DNS for GitHub pages to avoid mail server conflict

I would like to set up a github user page. I have created the repo and now I need to update my DNS records. I have the following DNS entries at the moment: MX Records mail.example.com A Records 123.45.67.89 (assume this is the default a…
xylar
  • 167
  • 8
0
votes
2 answers

Bash files with Github

I've never saved any of my bash scripts with an extension and I've just recently pushed a bash script to Github and realized that it's not properly highlighting the correct syntax such as: comments, variables, loops, etc. Github has even tagged the…
Dford.py
  • 111
  • 4
0
votes
1 answer

github push -> redmine issue duplicate comments

I've successfully connected github to redmine and whenever someone puts an issue reference in a commit message and pushes it to github, a comment is added to the redmine issue referring back to the git commit. This is all fine and well, except that…
Jayen
  • 1,857
  • 4
  • 16
  • 28
0
votes
1 answer

Jenkins post-test action when test succeeds: pull changes and restart play server

I currently have a server, running a Play Framework instance. The source code of this Play website is located into a GitHub repository. When the repo gets changed, it pokes Jenkins to pull and test the new source files. What I like to do now, it…
Tom Naessens
  • 133
  • 1
  • 7
0
votes
2 answers

Trouble directing A name and subdomain to different hosts

I am hosting a domain on namecheap with namecheap's DNS service. I want to point digest.politihacks.com to politihacks.wordpress.com with a CNAME record. This works fine. However, I also want to point the top level name politihacks.com to github's…
Jacob Lyles
  • 103
  • 3
0
votes
1 answer

GIT issue in AIX 6.1

I recently installed GIT 1.8.1 on my AIX 6.1 machine and am facing a few issues with it. Now if I login as root and issue git commands like git --version I get the response as shown : Code: git version 1.8.1 And I have tried creating repositories…
david.colais
  • 123
  • 5
0
votes
1 answer

What unblocked ports are necessary for github to work?

My work has blocked github. Attempting to pull from a github repo produces this message: ssh: connect to host github.com port 22: Operation timed out Does this mean only port 22 needs to be unblocked? Or should more be unblocked? They have told me…
kyothine
  • 9
  • 1
0
votes
2 answers

Setting DNS for Github Pages

I am attempting to direct a top level domain to a site hosted by Github pages. The documentation can be found here but it is unclear to me what to set the Host to in my A record. And on that note, what is the functional purpose of the Host…
rudolph9
  • 105
  • 2
  • 6
0
votes
1 answer

How to point a Wordpress registered domain to github pages?

I'm trying to use a CNAME file in my git hub project to point to my wordpress registered domain name. E.g. example.com to point to myusername.github.com. I read Github-Setting up a custom domain and it tells me to point the domain to their…
0
votes
2 answers

How should a small team using multiple OS's deploy over github?

We have a small development team that have recently moved to using github to host our projects. The team consists of three developers, 2 on Windows and 1 on Mac. I am currently researching the best way to deploy applications to our Linux servers…
Toby
  • 630
  • 2
  • 7
  • 17
0
votes
1 answer

github jira sync

I would like Jira and Github to talk to each other so commit messages with ticket names show up in the ticket. Issue sync would be nice as well. I know jira has a DVCS connector but the documentation is piss poor. From what I can tell that and the…
Tawm
  • 193
  • 1
  • 1
  • 11
0
votes
1 answer

Cannot push to GitHub from Amazon EC2 Linux instance

Having the worst luck push files to a repo from EC2 to GitHub. I have my ssh key setup and added to Github. Here are the results of ssh -v git@github.com OpenSSH_5.3p1, OpenSSL 1.0.0g-fips 18 Jan 2012 debug1: Reading configuration data…
Eli
  • 133
  • 1
  • 7
0
votes
1 answer

How to Connect via SSH to GitHub from codesion.com?

I want to "Publish" from Codesion to Github but even when the SSH-Key is Passphrase-less and everything works locally perfect the codesion server can't connect to github, why? In other words I want to publish-connect to github from codesion, the…
lito
  • 99
0
votes
1 answer

Deploy app from github without 2 repos?

I have an Amazon EC2 instance with a bare git repository containing my app. I've setup a post-receive hook that does a git checkout -f into my www. To push to this repo I've setup a remote in my local repository so I can run git push dev and…
Skawful
  • 101