58,241 questions
-1
votes
1
answer
36
views
Is there a way to output the resource reference of a terraform resource block? [closed]
I am working on an automation to delete a terraform resource at particular intervals, however, what I need is to output the resource reference, since terraform delete requires the resource reference.
...
3
votes
1
answer
111
views
Github Actions '**' pattern matches an unexpected branch
I have the following Github workflow file:
name: test-ci2
on:
push:
branches: [ '**/ci-*' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Triggered by **/ci-* ...
-2
votes
0
answers
94
views
Github Runner on arm64 started breaking on apk add bash post-install [closed]
I am having an issue with the github runner for arm64 which stated to break for my previously fine DOCKER build.
The issue is the following :
#37 ERROR: process "/dev/.buildkit_qemu_emulator /bin/...
0
votes
0
answers
67
views
Azure DevOps Pipeline cannot access GitHub org with IP restrictions when using OAuth service connection
We have a GitHub Organization hosted on a cloud subscription with enterprise-level security controls enabled. One of the key controls is IP allow-listing, where only traffic originating from our ...
-5
votes
0
answers
79
views
DigitalOcean Droplet Connection Timeout to github.com (SSH/HTTPS) [closed]
I have a DigitalOcean droplet that has been successfully connecting to GitHub for the past few months. Suddenly, as of today, it can no longer connect. I have not made any changes to the firewall or ...
-5
votes
1
answer
140
views
My first encounter with error in git logic [closed]
Has any one seen git's logic of managing version got broke?
Recently
I was making changes in just one line of a python file
There was a dict
{
"background_color": "#a20000e3"
}
I ...
Advice
2
votes
5
replies
83
views
I can't build a Slimefun addon for Minecraft, can't collect dependencies
I cloned this forked repo into IntelliJIDEA in a new project and made a few changes here and there, now when I build the jar file, it says:
[ERROR] Could not collect dependencies for project dev....
-4
votes
0
answers
101
views
Integration test api->servicebus emulator->python [closed]
I have an integration test setup that works great locally (Aspire 9.5, .NET 9 and Python 3.14), but fails in GitHub CI pipeline.
serviceBusResource.RunAsEmulator(emulator =>{
emulator....
0
votes
2
answers
108
views
Jupyter kernel can't find local package after editable install
I'm a beginner in Python and GitHub, so I apologize if this is a basic question. I'm trying to make some functions available in any notebook in my project by creating a local package and installing it ...
-2
votes
0
answers
56
views
Issue with trying to do git clone with TortoiseGit [closed]
I'm seeing a strange issue. I want to get the latest files (all folders and files) from a github repository with TortoiseGit using Git Clone. TortoiseGit would download all the files except I found ...
0
votes
0
answers
44
views
GitHub Pages returns 404 for subfolder project URL inside a multi-project repository
I have a GitHub repository called Dev_Challenges where I store multiple frontend projects, each inside its own folder.
Repo:
https://github.com/Prachii1111/Dev_Challenges
My folder structure looks ...
-4
votes
1
answer
118
views
How can I list all branches from every repository in a GitHub account using GitHub CLI? [closed]
I'm using GitHub CLI and PowerShell, and I want to list all branches from every repository under a specific GitHub username.
gh repo list only returns the repo names, but I want a way to loop through ...
-4
votes
0
answers
64
views
git svn fetch stuck [closed]
i am trying to migrate complete svn repo to git. SVN repo has 30k+ revisions, while at 9844 revision "git svn fetch" command got stuck, does not update any thing on console.
No error is ...
0
votes
1
answer
54
views
Puppeteer "No usable sandbox" on Github Actions with ubuntu-latest (23)
I have some jobs running on Github Actions, that require Puppeteer to run, but it fails to start with this error
Cannot start ChromeHeadless
[2303:2303:1207/162353.403103:FATAL:content/browser/...
Advice
0
votes
2
replies
30
views
VS 2019 restrict Git Changes displayed for solution only files in that solution ignoring other root folders in repository with other solution files
I have a GitHub repository, test samples, that contains several folders each with a separate test or exploratory Visual Studio 2019 solution file and it's associated source files. Each of these ...