Questions tagged [github-enterprise]

GitHub Enterprise is a web-based commercial hosting service for software development projects that use the Git revision control system.

GitHub Enterprise is a web-based commercial hosting service for software development projects that use the Git revision control system.

240 questions
2
votes
1 answer

Git/Github workflow for students and projects

Some fellow students and I are trying to introduce other students to git/Github and holding seminars has never really worked to get students excited and to start taking advantage of the tool and service. This year we want to try and work it into the…
travis
  • 8,055
  • 1
  • 17
  • 19
2
votes
1 answer

connect to github enterprise from egit over https with a self signed certificate

I am trying to clone a git repo from a github enterprise server over https from egit but I am getting the following error: https://myServer/myOrg/myRepo.git: cannot open git-upload-pack: https://myServer/myOrg/myRepo.git: cannot open…
rob
  • 17,995
  • 12
  • 69
  • 94
1
vote
1 answer

Github action jobs are skipped randomly

I have the following workflow: name: Test Job on: workflow_dispatch: schedule: - cron: "30 2 * * *" jobs: job1: uses: ./.github/workflows/job1.yml with: var: true secrets: inherit job2: uses:…
ventsyv
  • 3,316
  • 3
  • 27
  • 49
1
vote
1 answer

How to script user removal from Github enterprise

Github enterprise can generate a CSV report about dormant / inactive users, but you have then to manually remove these users and when you have many, it takes a lot of time. Is there any API or script allowing to remove all these users from the…
Maxime Lem
  • 343
  • 4
  • 15
1
vote
1 answer

"Host key verification failed" error when running GitHub Actions on self-hosted runner (Windows 10)

I'm trying to run a simple GitHub Action on my self-hosted runner (Windows 10), but I'm getting the error Host key verification failed. [error]fatal: Could not read from remote repository. Here's the code for the GitHub Action: name: GitHub Actions…
1
vote
1 answer

Problem with GitHub pages using Remote Theme In GitHub Enterprise

I have created a separate repo in our organization to store the custom documents and guidelines, so Chosen GitHub-Pages to publish it. I'm very new to Jekyll, but somehow managed to learn and used a custom theme 'Just the docs' and published the…
1
vote
0 answers

GES ghe-repl-setup replica node cannot be reached over SSH and is not marked offline

I'm setting up a new replica for a GES primary that has never been replicated. Followed all instructions with no problems until I run ghe-repl-setup. This almost completes successfully, but fails right at the end on 'validating configuration'…
HelenH
  • 11
  • 3
1
vote
1 answer

Github workflow with multiple types of same event

I'm having difficulties figuring out the syntax for triggering off of different event types. For example the following gives me a "duplicated mapping key" error on the secod pull_request trigger. on: pull_request: types: [opened, reopened] …
ventsyv
  • 3,316
  • 3
  • 27
  • 49
1
vote
0 answers

Add custom .gitignore file to list of templates

My organization hosts its own GitHub Enterprise instance. Is it possible to add a new .gitignore file to the list of templates when creating a new repository?
caseodilla
  • 73
  • 1
  • 1
  • 6
1
vote
1 answer

How to set `environment_url` from environment variables

I have multiple envs that I am deploying to. (development, staging, production). I am relying on the env context for some values like the AWS bucket name. jobs: deploy: runs-on: self-hosted env: BUCKET: ${{ secrets.BUCKET }} …
Yarin
  • 33
  • 6
1
vote
1 answer

GitHub Actions - Best Way to Reuse Secrets for Multiple Repositories

GitHub Enterprise with thousands of repos in the organization. My team has (currently) 15 repos and all need the same secrets. Is there a way to "centralize" these secrets so I won't have to create/update these secrets in each repo…
Mickey Cohen
  • 997
  • 7
  • 23
1
vote
1 answer

"This repository is currently being migrated. It's locked while the migration is in progress." on Github repo page after migrating to GHEC

I have migrated a repo from on-prem hosted GHES (Github Enterprise Server)to GHEC (Github Enterprise Cloud), and it is accessible in GHEC. We are now trying to archive the old GHES repo, but we are unable to because of the message on the repo page…
Andrew Smith
  • 483
  • 1
  • 3
  • 16
1
vote
0 answers

Migrate repos from github to github enterprise cloud without losing existing pull requests

I want to migrate my existing repos from github to github enterprise cloud without losing the existing pull requests. I came across ghe-migrator which is used to migrate repos from github to github enterprise server without losing the pull requests.…
Arshad
  • 31
  • 4
1
vote
1 answer

Removing large files from TFS cloned git repository

I have been tasked with migrating our Team Foundation Server (TFS) repositories into the agency GitHub Enterprise (GHE) and keeping the entire changelog intact. I am using the git-tfs tool with the following syntax to create a local copy of the…
Paethgoat
  • 13
  • 3
1
vote
1 answer

Gist in GitHub Enterprise if user left company

My company uses GitHub Enterprise. Some people are creating Gists to share simple codes. I searched, and it is not possible to create "organization gists". What will happen to those gists if the person who created them leaves the company (and is no…
sjrm
  • 171
  • 7