I have Admin priveledge IAM user on my team's organization AWS account, and I also belong to a github organization of the team as a Owner role (and, we have several owners in the Github Organizaiton).
Now today, I wanted to try the AWS Codestar, and…
we have a Jenkins server running on an ec2 instance. The security groups are very restricted in this server, they only allow traffic from the company office, and the slave nodes. we want to setup github hooks, so everytime someone pushes code to…
I am using the Jenkins Pipeline plugin to build commits on my GitHub repository. However, while I do trust the people on GitHub enough to make commits on the repository, the server is shared infrastructure across multiple projects, and I don't want…
Have a fresh OS X installation here (new VM), and when trying to install Homebrew I just get an SSL error.
fatal: unable to access 'https://github.com/Homebrew/homebrew/': Unknown SSL protocol error in connection to github.com:-9847
Failed during:…
I had GitHub pages set up at mypage.github.io. I changed it to mynewpage.github.io with a new account and repository.
I deleted the old CNAME and configured another CNAME in DNSimple to point to the new location:
CNAME www.example.com …
So I had git running on my computer just fine. My password was saved with the osxkeychain thingy and everything ran smoothly. Today I decided I should be safe and enable google authenticator 2-step authentication on all the sites that support it.…
I need to configure an autoscale group of EC2 instances that on boot will clone a particular branch and commit from a private github repository, then execute code from inside that repository.
I'm using an Ubuntu-derived AMI that has the cloud-init…
I have a shell file that is pulled from github and built into a zip using TeamCity.
It is typically edited and put into github from a Windows machine.
I need this shell script to be executable upon unzipping. How do I do this? Currently I have to do…
What I would like to do
How can I clone a git repository on my production server, without providing the account's password, and passphrase for the SSH key?
Perhaps what I'm asking is not possible. For the passphrase problem, I could generate the key…
I'm working on the Android sourcecode and I want to create a mirror of my code on Github. Here's the status:
Checked out android code using instructions on source.android.com
Created a local branch, checked it out, made changes, committed the…
Our company has recently transitioned over to git and github as our main source control. We've gotten all the users setup and everyone is able to push and pull to github just fine. But I'm a little lost on how we should setup our test and production…
We use GitHub to host all my projects, and we've got a 6GB soft-limit. A few days ago, there were many files added to the repository which should not have been added (such as images, movies, etc.) which pushed the repository size to 2.4G:
$ du -sh…
I'm using Hudson as my CI server and I'm trying to get my commits to trigger a build. When I was using gitosis I just had a post-receive that ran a
curl -u gituser:password http://my.hudson.url/project/?token=someToken
I can't seem to find out…
I kept trigger to cloud_singlesignon branch.
But my pipeline saved to azure-pipelines and the default branch to the repo is master.
But the checkout not happening from cloud_singlesignon.
I observed, it is checking out from branch where the pipeline…
I keep my development on a personal GitLab server. In my CI/CD script, I want to push the repository to a public GitHub repo when a new tag is created.
The CI/CD runs in an ephemeral Docker container, so there are no credentials stored. I can…