Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
36 views

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. ...
Coco's user avatar
  • 25
3 votes
1 answer
111 views

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-* ...
Mark Dominus's user avatar
  • 1,869
-2 votes
0 answers
94 views

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/...
Kaki Master Of Time's user avatar
0 votes
0 answers
67 views

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 ...
user32062994's user avatar
-5 votes
0 answers
79 views

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 ...
guogan john's user avatar
-5 votes
1 answer
140 views

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 ...
Ujjwal Jamuar's user avatar
Advice
2 votes
5 replies
83 views

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....
V-Kill's user avatar
  • 31
-4 votes
0 answers
101 views

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....
JTIM's user avatar
  • 2,763
0 votes
2 answers
108 views

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 ...
Buscando Alfa's user avatar
-2 votes
0 answers
56 views

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 ...
rvpals's user avatar
  • 185
0 votes
0 answers
44 views

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 ...
CodeChaser's user avatar
-4 votes
1 answer
118 views

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 ...
Charan Munur's user avatar
-4 votes
0 answers
64 views

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 ...
Vijay's user avatar
  • 1,018
0 votes
1 answer
54 views

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/...
OtaconKiko's user avatar
Advice
0 votes
2 replies
30 views

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 ...
Richard Chambers's user avatar

15 30 50 per page
1
2 3 4 5
3883