Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [github]

GitHub is a website to share code for software development projects that use the Git revision control system.

Filter by
Sorted by
Tagged with
0 votes
0 answers
70 views

When I run sudo apt-get update, I get the following error: Err:8 https://download.opensuse.org/repositories/home:/strycore/Debian_12 ./ InRelease The following signatures were invalid: EXPKEYSIG ...
mYnDstrEAm's user avatar
  • 4,896
0 votes
1 answer
281 views

I want to compare 6.1(which is main) and my branch git diff [6.1...] -- [/MM-pizdmr-are-up-to-date] fatal: bad revision '[6.1...]' I tried Github UI ,but it take too much time and suggested git diff ...
Milenko Markovic's user avatar
0 votes
0 answers
145 views

when I run this command in Visual Studio Code in macOS 13.3.1, shows: ➜ texhub-web git:(main) git pull origin main fatal: unable to access 'https://github.com/RedDwarfTech/texhub-web.git/': LibreSSL ...
Dolphin's user avatar
  • 791
1 vote
0 answers
278 views

So basically I would like to create a WSL Bazzite distribution to test the Unreal Engine Cross-Compilation tools for testing. I found this container image hoping I would be able to export as a tar ...
Castro_77's user avatar
1 vote
0 answers
56 views

Earlier today, I wanted to clone a private git repo of mine from Github and, at first, it would not work, giving me errors about ports & rejected identity. In the end, it worked out (pretty much ...
Amnu's user avatar
  • 11
1 vote
2 answers
1k views

If one installs the Github Copilot software for the Vim editor, it enables the co-pilot by default, which could be seen as a privacy issue. I want to disable the co-pilot by default and only enable it ...
Kusalananda's user avatar
  • 356k
1 vote
0 answers
92 views

I regularly run a GUI binary through CI tests using Github Actions. Occasionally, the binary crashes unexpectedly. This issue is difficult to reproduce, so I'd like to capture a stack trace whenever ...
Vadim Peretokin's user avatar
1 vote
0 answers
122 views

Cross-posting from here as suggested by the community. A bit of context: At my company we do tunneling to ssh into EC2 boxes. This tunneling command is as usual, uses ForwardAgent and the proxycommand ...
Stoic Alchemist's user avatar
1 vote
0 answers
50 views

I have a github workflow that spins up a MySQL container. I'm using podman right now, because that matches our development workflow, but I'm seeing some weird differences in behavior between "...
larsks's user avatar
  • 38.5k
2 votes
2 answers
7k views

Long story short I have an SSH key pair that I am copying to a new machine from a shared drive whenever the machine starts but when I load in the keys I keep getting an error. There is no difference ...
no nein's user avatar
  • 121
-5 votes
1 answer
495 views

I am trying to install a package using brew but it is asking for Github username and password and failing to authenticate the connection even though I have added the ssh key to the Github. Can you ...
DarKnightz's user avatar
-5 votes
1 answer
101 views

I just wanted to raise an issue (ie. report a bug) in some software package hosted on gitlab. I have a github account, but not a gitlab one. Whenever I log in from a new device (github), I need to &...
colinh's user avatar
  • 47
0 votes
1 answer
668 views

I was running a built successfully from my editor to github and suddenly I started getting this error at the end of the build on github sudo: a terminal is required to read the password; either use ...
Felix F's user avatar
0 votes
1 answer
599 views

I am trying to set-up an automated way to load my ssh keys at login. I have the below configured: ❯ cat .ssh/config Host github HostName ssh.github.com User git Port 443 AddKeysToAgent ...
Mike O.'s user avatar
0 votes
1 answer
778 views

I'm using yocto to build my custom Linux distribution. I need to add hiredis to my distribution. hiredis is a minimalistic C client library for the Redis database, and I need it to access Redis by a C ...
User051209's user avatar
0 votes
1 answer
308 views

I have two GitHub accounts. One for personal use, and another for business. Each is set up with its own SSH key gh_personal and gh_business inside ~/.ssh. I have a personal project that sits in ~/code/...
J86's user avatar
  • 413
0 votes
1 answer
72 views

I'm tracking several GitHub repositories, from which I often fetch configuration files for tools like mpv and hyprland. Given that these repositories frequently receive updates, I'm seeking a more ...
Phoenix's user avatar
0 votes
1 answer
127 views

Unfortunatelly I made mistake somewhere but can't get where. I had issues with ssh and github, tried different things and they didn't work. Later I decided .. i think.. moved file i balieve it was ...
Maks Chornyi's user avatar
0 votes
1 answer
460 views

I am attempting to install this fork of PongoOS onto Debian 12.1 using these instructions and the last step I have taken was enter the following into the terminal: EMBEDDED_CC=clang EMBEDDED_LDFLAGS=-...
CSS_Lewis's user avatar
1 vote
2 answers
1k views

I run the command sudo chmod 777 ~/server/app.sock on my server and it works appropriately and changes the permission. However, when I run this command through github action, it doesn't work and says: ...
hermi's user avatar
  • 11
1 vote
1 answer
448 views

I'm trying to implement an option to skip a pre-commit hook (which will be considered pass and perform the commit) in a pre-commit hook. Everything is running fine except the prompt which reads an ...
Tomáš Pilný's user avatar
0 votes
0 answers
1k views

pegasus@pegasusv:/linux_work/linux_stable$ sudo git commit -a [sudo] password for pegasus: Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@...
Zeshan Ahmed Nobin's user avatar
2 votes
1 answer
547 views

I created a script to create remote repositories on github and in case the machine has more than one user who access the script to create remote repositories and for that I need a github token key I ...
user avatar
2 votes
3 answers
3k views

Hello I'm trying to extract a version number from a github release site. Which I later need for a Ansible role. For example I want to get the exact neovim version number of the latest release from ...
edinazzu's user avatar
1 vote
0 answers
71 views

I'm using an older version of git (2.8) on an older box (RHEL6), and I’m noticing some odd behavior. When the recent github RSA key exposure incident first happened and I did a git pull, I saw error ...
John Gordon's user avatar
2 votes
0 answers
537 views

I'm having an issue with GitHub Desktop when trying to clone a repo on SteamOS. It's a new Steam Deck. Fairly fresh out of the box. I installed GitHub Desktop from the Discover store. In GitHub ...
axzr's user avatar
  • 121
-2 votes
1 answer
380 views

I've accidentally created two branches for my Git repository: main and master, which I now need to merge. However, when using ls on the command line while checked into main branch, some files on my ...
pilks7's user avatar
  • 9
1 vote
0 answers
784 views

I'm trying to compile all my C projects within an Action on GitHub. This is the command I'm running: \! find . -name Makefile -type f -execdir make re \; 2>&1 | grep -qF 'Error 1' It exits 1 ...
Herbie Vine's user avatar
1 vote
0 answers
474 views

I am a beginner in Linux and I am still navigating my way aroung the terminal and file manipulation. Whenever I commit and push a file to my github, a duplicate is created alongside it. Can I delete ...
Omari's user avatar
  • 11
1 vote
0 answers
138 views

I have a azure devops repository which I have made public recently. Before it was private and I used the git credential manager and gpg-agent. If I want to push my changes I will get the error: $ git ...
chko's user avatar
  • 11
3 votes
1 answer
4k views

I have a Push command, that runs this script: FindGits | { while read gitFolder; do parent=$(dirname $gitFolder); if [[ `git -C $parent status --porcelain` ]]; then ...
Ali Radan's user avatar
2 votes
1 answer
906 views

What specifically needs to be changed in the below in order for a program running on an Ubuntu-latest GitHub runner to successfully connect to a Twisted web server running on localhost of the same ...
CodeMed's user avatar
  • 5,377
1 vote
0 answers
91 views

Context I have a GitHub Action running on a linux machine. It does the following (might want to skip to problem first as most of this might be irrelevant): pwd: /home/runner/work/net.twisterrob....
TWiStErRob's user avatar
2 votes
1 answer
5k views

apt-get gives the following warning when some of the commands below are run by a GitHub Action on an Ubuntu-lastest GitHub runner: WARNING: apt does not have a stable CLI interface. Use with caution ...
CodeMed's user avatar
  • 5,377
1 vote
1 answer
220 views

I write as an exercise the GitHub action workflow below. name: Cron CI # Controls when the workflow will run on: # Triggers the workflow every day minutes schedule: - cron: "01 10 * * 6,...
Bruno Lobo's user avatar
1 vote
0 answers
554 views

just finished setting up arch linux for the first time. The problem I was facing is originally is slow download speed from github when using git clone When I looked further I saw I couldn't ping ...
EsharkyTheGreat's user avatar
1 vote
0 answers
2k views

Long short story, when I try to git pull, the following error is showing : $ git pull key_from_blob: remaining bytes in key blob 36 key_to_blob: unsupported key type 9 Permission denied (publickey). ...
Kyrela's user avatar
  • 41
1 vote
1 answer
109 views

I'm making a script for Docker environments, and I'm a bit stuck with a pigeonhole I've gotten myself into. #!/bin/bash set -euo pipefail # Variables gituser="modem7" gitrepo="docker-...
Modem7's user avatar
  • 11
1 vote
0 answers
45 views

I need to use an app named CLUSCO, whose git is hosted in BitBucket. This app uses a library called TCLAP, whose git is hosted in GitHub. I tried to follow the installation instruction supplied by ...
user366312's user avatar
2 votes
1 answer
916 views

I am unable to use github from the command line on a newly installed Ubuntu server. Pinging and curling github fails but works fine for other hosts. OS: Ubuntu 22.04.1 LTS Ping test # google works ...
user9074332's user avatar
1 vote
1 answer
209 views

What specific syntax needs to be changed in the aws s3api cli command below in order for the bash shell to interpret the command properly? The environment is an ubuntu-latest GitHub runner executing a ...
CodeMed's user avatar
  • 5,377
2 votes
2 answers
6k views

Problem is exactly as reported in HPC ssh "connection closed by remote host" Connection to host closed by remote host. Exit status -1 But it is not the "ssh_exchange_identification:&...
xpt's user avatar
  • 1,924
0 votes
1 answer
149 views

What specifically needs to change in the -f body=$DESCRIPTION flag of the gh api CLI command in the GitHub workflow below in order for a multi-word string such as "Lots of new stuff" to ...
CodeMed's user avatar
  • 5,377
0 votes
1 answer
507 views

I want to automate the copying of files to Sourceforge with GitHub Actions. I get problems when I copy files in non-interactive mode. For eg: scp <file on laptop> <folder in sourceforge host&...
Rahul Khinchi's user avatar
0 votes
1 answer
2k views

This problem is reproduceable in any GitHub account using the minimal code given below. The two files myapp.py and .github/workflows/myworkflow.yaml given below are all you need to reproduce this in ...
CodeMed's user avatar
  • 5,377
2 votes
1 answer
2k views

Sorry for asking what is probably a noob question. I'm new to the GitHub and DevOps environments, and I've been tasked with automating some stuff. I've found a project on GitHub that is still ...
Adrian's user avatar
  • 29
0 votes
1 answer
520 views

What specific syntax must be changed below in order to set an OS-level environment variable that can be consumed by a python app through os.environ in an ubuntu-latest GitHub runner from a GitHub ...
CodeMed's user avatar
  • 5,377
6 votes
1 answer
4k views

I am using jq to get the tag_name index with the script: curl \ https://api.github.com/repos/checkstyle/checkstyle/releases \ -H "Authorization: token $GITHUB_TOKEN" \ -o /var/tmp/cs-...
Rahul Khinchi's user avatar
2 votes
0 answers
594 views

I'm trying to install wine32 on ubuntu 22.04 (github actions) but I'm getting this error: apt : Depends: libapt-pkg6.0 (>= 2.4.5) but it is not going to be installed Depends: libsystemd0 ...
GeorgeV22's user avatar
0 votes
1 answer
97 views

Every time I want to clone one of my repos, I have to enter my Github account name and access token. How can I add my github account to my terminal?
nubels's user avatar
  • 1