Questions tagged [github]

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

200 questions
1
vote
2 answers

Do I need to have my private ssh key stored on my server in order to git clone repos while ssh'd into the server?

I generated my ssh key on my local machine. I then used the following command to copy my public key onto my server: ssh-copy-id username@remote_host. That went smoothly. I have confirmed that my local machine's ~/.ssh/id_rsa.pub has been copied…
Karoh
  • 155
  • 2
  • 7
1
vote
0 answers

invalid JSON to monitor SMART on Zabbix

I've followed these steps on github: https://github.com/v-zhuravlev/zbx-smartctl to monitor the SMART disks in my Winsows servers on Zabbix. BUt when I add the template to the host I'd configured, on the frontend, it shows me this error as "not…
Camila
  • 11
  • 1
1
vote
3 answers

Jenkins Github Branch Source Plugin Failing with Github Token after today's Github auth changes

I am currently facing an issue with Jenkins <> Github integration due to today's Github auth changes deprecating user/pass auth and the current Github branch source plugin. Deprecation info:…
Rino Bino
  • 511
  • 5
  • 21
1
vote
0 answers

accessing github in powershell/terminal resolves to localhost

So I live in China and am using shadowsocksR on my router to bypass the Great firewall. Today when i try to update flutter using the powershell in VScode the powershell gives the error "fatal: unable to access…
alfredyang
  • 11
  • 2
0
votes
1 answer

Github connection doesn't show up when selecting github release on azure

Via pipeline => edit => add task there's an option for adding a "Github release" which requires a GitHub connection (OAuth or PAT). I've added both an OAuth and a PAT with repo, user, admin:repo_hook, but none of the connections show up. I've ticket…
Reactormonk
  • 111
  • 4
0
votes
2 answers

HTTPS GitHub Pages DNS to Enforce SSL

On May 1, 2018, GitHub announced that GitHub Pages now gain support for HTTPS. It states that you're all set for this feature if you use CNAME or ALIAS records; or, updated DNS with new IP addresses for A records. Then, you may Enforce…
Jason Sturges
  • 843
  • 1
  • 9
  • 9
0
votes
2 answers

SSH and GIT auth suddenly stopped working

I've been happily pulling from my repository for months, until now.. :'( For the first time ever git now asks me to add github.com to the known_hosts file. It never did that before, I even didn't have a .ssh directory until after I say 'yes' to the…
svenema
  • 101
  • 3
0
votes
0 answers

How to enable Github Pages with Custom Domain

I've read through the Github help pages for setting up custom domains, but to no avail. I have just pushed a new Jekyll project to github and am trying to point my domain name to it. I have the domain registered with a provider and in their zone…
Ender
  • 101
  • 2
0
votes
1 answer

Can not clone git project and ssl error

I am working on a Google cloud machine configured with Ubuntu 16.04. I have a personal github which can be accessed with an http url. I tried to clone the repository in to my local Ubuntu machine, it works. But when it comes to Google cloud machine,…
0
votes
1 answer

Docker from github repository

I wish to use a custom docker image that I'm describing from a Dockerfile. I've uploaded this Dockerfile to my own GitHub page and created a repository for it. I'm trying to upload and test laravel projects to an Atlassian BitBucket surface, where…
Bert
  • 1,028
  • 1
  • 16
  • 33
0
votes
1 answer

Pulling to server remotely from GitHub, remotely

I want to setup a deployment workflow from GitHub to my Digital Ocean server. To do this I don't want to have to login to the server and manually run git pull from my server's repository. I'm aware of git hooks, and have even used them between my…
shennan
  • 101
  • 1
  • 4
0
votes
1 answer

Files in ignored folder still show in GitHub Desktop

I've just added a brand new local repository using GitHub Desktop. There are folders I don't want to commit, so I added these to .gitignore as follows: cache/*.* Now the problem is that the files within the ignored folder still show up. How can I…
bart
  • 171
  • 1
  • 7
0
votes
1 answer

How to setup git permissions to repositories

How can I setup git server, than different users (clients, not the server users) can access different repositories? I want the behavior, like it is on the github, where you always access the "git" user on their server (git@github.com) but you can…
0
votes
1 answer

Github CI/CD/Branching to external server?

We have a repo in a strict development environment and private webserver residing in /var/www/dev/repo. We want any branches that are created to automatically be created and added to /var/www/branches/feature-coolfeature and auto-based on the…
0
votes
1 answer

How to configure GoDaddy domain to point to a specific github pages repository?

We have a github repository which is configured to point to nordible.com: Hitting nordible.github.io successfully lands to nordible.com. So, we've successfully connected a github website to a custom domain! The domain nordible.com is with…
Zameer Ansari
  • 153
  • 2
  • 3
  • 11