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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…