Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
28 views

In my app I am listing projects with GitHub GraphQL. I process their branches so I want to ignore projects which don't have any branch. I am not sure how to do that. Currently I have the following ...
Viktor's user avatar
  • 1,519
0 votes
0 answers
37 views

I want to run my GitHub Actions Workflow only after another has finished and if the push was a tag. Currently I have following logic: name: Production Deployment on: workflow_run: workflows: [&...
Anes's user avatar
  • 350
-6 votes
0 answers
31 views

I have made an HTML page live, but it is not showing in the given link. Rather, it displays the repository name. What do you think I have done wrong & how should I solve it?
Avishpa Mukherjee's user avatar
Advice
0 votes
1 replies
78 views

I've downloaded many Python projects about Reinforcement Learning from Github, but each takes me too much time to read. It's easy to comprehend a simple Python project with only a few *.py files, but ...
Xingrui Zhuang's user avatar
-4 votes
1 answer
49 views

I committed a project to my local Git repository and pushed it to GitHub. I then amended my local commit and tried to push the amended commit to GitHub. That gave me an error: hint: Updates were ...
digitig's user avatar
  • 2,174
Advice
0 votes
2 replies
53 views

I have been developing code for hobby projects across ESP8266, Arduino UNO, Python etc. for past 5+ years. All this code is stored in either local drives of my computer, old hard disks or sent to ...
Sandrocottus's user avatar
0 votes
1 answer
36 views

I’m trying to create a GitHub Actions workflow that manages AWS Secrets Manager (create/read/update/delete). The workflow should only run manually using workflow_dispatch, because it requires user ...
John's user avatar
  • 13
-3 votes
0 answers
27 views

When I create issues on GitHub repos, I do not get email notifications from GitHub upon comment or update, even though the bottom right corner shows me as Subscribed and in my account settings I have ...
AKTanara's user avatar
  • 254
-9 votes
0 answers
47 views

I have built an app through from google ai studio, put it in github , hosting on vercel and want to add stripe for payments. I've add keys to vecel but my domain won't load to sripe. I need help so my ...
BRIAN NICHOLSON's user avatar
-1 votes
0 answers
53 views

I get this error: fatal: Unable to create 'C:/Users/HP/.git/index.lock': File exists There is no other Git process running. Is it safe to delete the index.lock file manually?
Karan Singwal's user avatar
Best practices
1 vote
3 replies
62 views

First of all, yes, I have read all topics here related to my question. But other questions are based on changes made locally and using command line. I'm asking about this specific situation: working ...
OSWorX's user avatar
  • 138
Advice
0 votes
0 replies
24 views

While it is possible to use GitHub for releasing software with outdated sources or no sources at all, I wonder how legal it is and how what is official Microsoft position is. I think for most ...
Paul Verest's user avatar
  • 64.7k
-2 votes
2 answers
80 views

I've inherited a GitHub job I don't understand well and that has stopped compiling. It creates a .a library for iOS. The source consists of a set of modules, each declared thus: export module x; ...
Imer Satz's user avatar
1 vote
1 answer
96 views

pre-existing questions are asking about commands that exit with status code 0 -- my command does not exit. Here is the super verbose output obtained via GIT_TRACE=true \ GIT_CURL_VERBOSE=true \ ...
NullVoxPopuli's user avatar
Advice
0 votes
8 replies
125 views

I’m building a file versioning system for my product ThinkNCollab, which includes both a Task Management System and an advanced File Versioning System. While designing the CLI for the versioning ...
TechieeRaman's user avatar
3 votes
1 answer
61 views

I'm trying to chain two reusable GitHub Actions workflows: Workflow A (secrets.yaml): fetches secrets from Vault Workflow B (build.yaml): needs the output DOCKER_CONFIG generated by workflow A My ...
Ciprian Istrate's user avatar
1 vote
4 answers
100 views

On Github there is a promising repository that hasn't been maintained for years. So there are pull requests from other users that have been ignored. I have forked the repo. Is there a way to get the ...
Bret Hess's user avatar
  • 510
-1 votes
1 answer
90 views

I have two GitHub action steps that require persistent state between calls. So far, I've solved that with a small virtual machine (1 CPU, 256MB RAM) that acts as a custom runner accepting only a ...
Simon Richter's user avatar
Best practices
0 votes
4 replies
92 views

The problem is that committing to the main branch every day makes the history messy, but commits made in other branches do not appear in the GitHub contribution graph (the green boxes). What can I do ...
omar ak's user avatar
1 vote
1 answer
48 views

Using IntelliJ IDEA 2025.2.4. Our repos are private in a GitHub organization. I want to review the PR's within IntelliJ IDEA. I know it's possible via the native GitHub plugin of JetBrains. But ...
bluesman80's user avatar
1 vote
1 answer
116 views

I was having a look at the history of my main branch in Git today, and I noticed that, despite the fact that I've configured branch protection of the main branch, and only allowed merging squash ...
Annio's user avatar
  • 133
0 votes
0 answers
95 views

Our company migrated our source code from a local gittea server to Github.com. I have orchestrated the entire migration with 99% succes. I made manuals, scripts and I moved the repositories. We have ...
bas knippels's user avatar
-1 votes
1 answer
46 views

<div class="nav-links"> <span class="material-symbols-outlined" id="closeMenu">close</span> <a href="../Welcome/...
Ashlesh Deshmukh's user avatar
0 votes
0 answers
63 views

When querying the referral sources endpoint on GitHub I'm only getting an empty list returned. I can get data for other endpoints in the same repo, even for other traffic endpoints. I'm expecting ...
mjpeterson's user avatar
Advice
0 votes
1 replies
68 views

I am using Sublime Merge, for macOS 15.6.1 to git. I did not use it for a while now and it seems that I am unable to do the basic pull/push from GItHub. It asks for the username and Personal Access ...
striatum's user avatar
  • 1,598
0 votes
0 answers
63 views

I have a React Native project that builds and uploads successfully using Fastlane on my local Mac (Xcode 26.1). However, the GitHub Actions iOS build fails with the following error: ** ARCHIVE FAILED *...
Ruchira Swarnapriya's user avatar
0 votes
0 answers
21 views

I’m currently working with Azure Verified Modules (AVM) and have successfully wrapped a few modules with organization-specific variables, policies, and standards. Our codebase is managed in GitHub, ...
Julie's user avatar
  • 43
1 vote
0 answers
90 views

I noticed that git lfs operations (push or pull but especially push) with GitHub keep getting stuck running git-lfs-transfer. This is slowing down all of my git operations which call git lfs via hooks....
sciencectn's user avatar
  • 1,571
-3 votes
0 answers
39 views

Issue: Some code containing a Client ID and Client Secret was accidentally pushed to the integration branch. Although those changes have now been reverted, the issue is that multiple branches had ...
Yashika Chandra's user avatar
-4 votes
0 answers
49 views

Is there a way to transform the ${{ matrix.os }} expression to uppercase text? I tried using toUpper() and upper(), but they didn’t work, and GitHub Actions refused to run the workflow with these ...
Nick Reshetinsky's user avatar
2 votes
2 answers
83 views

So I am having some major issues with Visual Studio 2022 and a GitHub-forked repository. The repository is under my own GitHub account - the same one as on my VS. The problem doesn't seem to come ...
Game Live77's user avatar
Advice
0 votes
0 replies
36 views

I used to have a wiki on Fandom but the service doesn’t like it if you have a private wiki, so I asked the WikiTeam on GitHub, who are not affiliated with Fandom, to export dump my entire wiki on ...
warrenwoodhouse's user avatar
1 vote
1 answer
52 views

My goal is to run multiple CodeQL query packs and suites (like security-extended and audit) in one GitHub Action workflow, and ideally merge the results into one SARIF file for upload to GitHub Code ...
David Ng's user avatar
0 votes
0 answers
66 views

I just successfully moved a project from GitLab to GitHub. Our entire team have accounts on both platforms and everyone has read/write access to the new GitHub project. For some contributors, GitHub ...
tospo's user avatar
  • 738
-3 votes
0 answers
29 views

I have a JSON file with real data in my repository that is already in .gitignore, so it's not pushed to Github. In Github, this file does not exist. I want to add a blank JSON file to Github so others ...
Daniel's user avatar
  • 558
1 vote
1 answer
82 views

I have set up a GitHub Actions workflow like: on: pull_request: types: [ closed ] branches: [ main ] and an environment with protection rule that only allows branch main used by some of the ...
Frode Nilsen's user avatar
1 vote
2 answers
100 views

I forked a GitHub repository from my friend’s account, but when I try to push my commits, I get this error: remote: Permission to Fatima-Ennouari/test.git denied to Ridafadli. fatal: unable to access ...
ADIL RADIDI's user avatar
0 votes
1 answer
53 views

I am trying to connect my personal GitHub account to AWS CodeDeploy so I can use that as a revision source. I've followed this guide on setting this up. When it comes to the actual integration with ...
A Simple Programmer's user avatar
-3 votes
1 answer
97 views

I have a workflow that checks submitted code for TODO: comments to enforce that all of them mention an open issue like TODO: #123 - handle symlinks. It works well and prevents submitters from ...
Dominik Kaszewski's user avatar
-1 votes
1 answer
50 views

I'm doing Infrastructure as Code for a project and it involves setting up the Azure infrastructure via Github workflow. What i do in my composite is: Create a resource group Build bicep files Run &...
Carius's user avatar
  • 1
0 votes
1 answer
190 views

I'm working in a python based repo and I'm trying to develop a flow where I look for Asana tasks in a specific project and when new ones are found, create a github issue for them and assign them to ...
Alden Harwood's user avatar
0 votes
0 answers
100 views

I’m having trouble signing in to GitHub Copilot Pro inside VS Code. I previously used the free trial version and it worked fine, but now after subscribing to Copilot Pro, I keep getting this error: “...
Vũ Lê's user avatar
1 vote
1 answer
47 views

I’m trying to automatically build and publish an NPM package to my GitHub repository using GitHub Actions. The workflow runs on pull requests and performs these steps: Run tests Check linting Publish ...
Abdur Rahman's user avatar
2 votes
2 answers
103 views

I have a private GitHub repository that I cloned to my local machine. My first two commits show a different author than my subsequent commits, and they are not showing up in my GitHub contribution ...
Tr3n4bol's user avatar
2 votes
0 answers
84 views

I'm experiencing a strange behavior with Git/GitHub. I'm trying to pull changes from the remote repo, but keep seeing [email protected]: Permission denied (publickey). The funny thing is that ssh -T git@...
Beatrice Laplan's user avatar
0 votes
1 answer
73 views

I want to push commits to GitHub and followed the directions from How to Use Git/GitHub with R. Unfortunately, I ran into issues running the following code as my personal email is private. library(...
tnt's user avatar
  • 1,527
0 votes
1 answer
32 views

I am a newbie to using BMAD. Do you know how to allow the agents to access my local repository and let them read my code so they can suggest improvements?
Swantewit's user avatar
  • 1,086
2 votes
4 answers
103 views

I'm building a data science project based on a company repository. I only need to read the data, including past commits, issues, and build logs, and I want to ensure I don't accidentally push or write ...
Coder's user avatar
  • 543
0 votes
1 answer
34 views

I have a test repo with these files: /a/test.txt /a/b/test.txt /a/b/c/test.txt /a/b/c/d/test.txt If I create a CODEOWNERS file containing just a/b/c @me, then I become the codeowner for /a/b/c/test....
Ryan Tarpine's user avatar
0 votes
3 answers
125 views

I have a repo with diverging master and Feature branch,like this: master: A -- B -- C -- etc. \ Feature: \-H -- I -- J I now realize that all the commits in the master ...
stefano's user avatar
  • 827

1
2 3 4 5
1165