Questions tagged [github]

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

200 questions
0
votes
1 answer

Ansible: clone repo or install helm chart from private github

Any idea how to install Helm chart (tgz) from private Github repo using Ansible? Is it possible at all to do this using Github token only and not ssh key or maybe it is easier to clone private git repo first with Ansible and then install it?
DisplayName
  • 145
  • 4
0
votes
0 answers

Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused

I am trying to deploy an open-source document management system via docker image, so i followed all instructions laid out on google's "Deploying a containerized web application" tutorial. But am getting errors on two stages. When i try to run my…
0
votes
1 answer

Automating SSH authentication to GitHub - what should ~/.ssh/config file look like?

I'm trying to automate logins to GitHub using a private key, so that I can do "git pull/add/commit/push" from a BASH script. If I put this in ~/.ssh/config, it works: Hostname github.com User git IdentityFile ~/.ssh/mygitkey.pem Unfortunately,…
John Heyer
  • 211
  • 1
  • 3
  • 10
0
votes
1 answer

Use the same SSH key to both connect to remote server and push to GitHub from that server

I've generated an SSH key pair to log to my remote server. I've also added that same public key in GitHub. So from my own machine, I have SSH access to GitHub: Hi hdodov! You've successfully authenticated, but GitHub does not provide shell access. …
dodov
  • 141
  • 4
0
votes
1 answer

How to avoid pushing our project to their own repository via git

We want to restrict my developer to upload our own project to their own repository.
-1
votes
2 answers

DNS errors and non-existing subdomains

When I visit anythinghere.mysite.tld I get a DNS error. However, if you observe the behaviour of anythinghere.google.com and anythinghere.example.com you'll see there's no DNS error. Note: doesnotexist.mysite.tld, random.mysite.tld and so on don't…
henrywright
  • 127
  • 1
  • 9
-1
votes
1 answer

Local git repository on a windows client where remote server is on a remote apache server

Please forgive me if I am asking a repetitive question but I am new to using git repositories and I don't know where to start. Here is my how I want to set up my repository: Create a local repository that the dev site will run under IIS and MySQL…
-1
votes
2 answers

How do I make my godaddy domain automatically redirect to a github page

I recently bought a .com domain (call it mydomain.com) from godaddy and I'm trying to make it so that whenever someone types in mydomain.com, their browser will load mydomain.github.io. I've already added the necessary CNAME file to the github repo,…
xcdemon05
  • 111
  • 1
  • 2
-1
votes
1 answer

ssh connection refused port 22 :: github

I have a strange problem. On one of my dev server i use git clone command to connect to github. I have set up my keys already. The connection between the dev server and github is intermittent. When it works it works like a charm. The next minute…
RDRAO
  • 1
  • 1
  • 2
-1
votes
1 answer

MD5 for Git's git-credential-osxkeychain executable?

This question copied over from Super-User, where it was apparently unwelcome. Anyway, asked and answered: I'm setting up a GitHub account and have downloaded Git's git-credential-osxkeychain executable via the Password Caching section of GitHub's…
QED
  • 123
  • 4
-1
votes
1 answer

How to get support from GitHub?

To get this out of the way, I'm an established GitHub user. My configs are set and certs are in place. I can continue to push, pull, clone from GitHub normally. I created a new repo on the site (a private repo within my organization) about 2 days…
gWaldo
  • 11,957
  • 8
  • 42
  • 69
-1
votes
2 answers

Can I move a branch and history from one repository to another in GitHub?

Being a consulting company, we work on dozens of projects, some small and some large. We use the 10-repo business account in GitHub and it is getting crowded. Most of our projects are not active. We deliver it to the client but maybe we will hear…
Jason
  • 3,247
  • 9
  • 27
  • 28
-1
votes
2 answers

Permission / owner issue with pushing to git when editing directly from repo?

I have a web interface for deploying scripts from our repo at Github to our live server. The web interface just triggers a bash script with some git commands. If I make changes locally, push to repo, then run the bash script to pull from repo to…
sbuck
  • 391
  • 2
  • 6
  • 16
-1
votes
1 answer

Backup of organization's GitHub repository

Is there any guides/best practices/manuals describing how to organize periodical backup (and of course restore if needed) of entire organization's GitHub, preferably with metadata?
-1
votes
1 answer

Is Gitlab the only vendor support subgroups level git repos?

Try to evaluate a few SaaS Git providers (e.g., Github, Bitbucket) other than Gitlab, but I don't think any of them support a subgroup level…
samxiao
  • 101
  • 3
1 2 3
13
14