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
0
votes
1 answer

Google Cloud Build & GitHub Enterprise IP Allow List

How can I allow Google Cloud Build through GitHub Enterprise's IP allow list restriction? I have already added all 80 IP ranges for the region of the Cloud Build I am using and that did not seem to work.
0
votes
1 answer

How can I generate a changelog in github without showing tags?

I am working on a branching strategy in Github Enterprise, using mikepenz/release-changelog-builder-action to generate changelogs when new main versions are created. Changes are merged into a develop branch first, and when the action generates a…
Donagh
  • 89
  • 2
  • 10
0
votes
1 answer

Migrate GitHub Organization to Enterprise Cloud

Seeking input from anyone who has done this before. We need to create additional organizations in GitHub that will be accessible to different groups of users so we moved to the Enterprise Cloud implementation. Our single Org will be moved into the…
mikey
  • 13
  • 1
  • 4
0
votes
0 answers

Hot to add to the package.json npm or yarn dependency from enterprise GitHub repo

Hot to add to the package.json npm or yarn dependency from enterprise GitHub repo? without publishing that repo - on the early test stage no https / ssh access via VPN
kosiakMD
  • 923
  • 7
  • 22
0
votes
1 answer

GitHub Appliances Test failover Issues

I am performing the test failovers on the primary devgit appliances and facing few issues. For that I have rebooted the server and now I am unable to access the UI.
0
votes
1 answer

How to grep or awk through ghe-logs-tail?

Github Enterprise Server comes with a utility: ghe-logs-tail this tails all GHE Server logs simultaneously and prints the flow to the console for the user to view. When trying to grep through these through, eg. for the "error" string like…
pythonInRelay
  • 99
  • 1
  • 8
0
votes
0 answers

Helm chart releaser action failed to upload release asset .tgz to GHE using ubuntu self-runner

The chart is packaged but fails at releasing the charts. Error: error creating GitHub release kafka-cluster-0.1.0: failed to upload release asset: /home/sid/actions-runner/_work///.cr-release-packages/kafka-cluster-0.1.0.tgz : POST…
0
votes
0 answers

Can I replicate only certain repositories to a GitHub replication node?

I am looking to setup a two GitHub Enterprise replication nodes, let's say Replica_Node1 and Replica_Node2. There is 1 master node with two repositories 1 and 2 on it. I am looking for a way to only replicate repository 1 to Replica_Node1 and…
GarySuyal
  • 1
  • 1
0
votes
1 answer

how can i add admins to a private github repository, there is no manage access option?

I have a github(enterprise) repository(private repo) and want to make a someone the admin of the same. The issue here is that i don't see from where i can do that there's only an option to add collaborators and no manage access option. can someone…
arizona_3
  • 41
  • 7
0
votes
1 answer

Mirroring Gerrit to GitHub Enterprise

I'm currently working on migration from Gerrit to GitHub. For that, I want to mirror the Gerrit repository to GitHub Enterprise. I've run the following commands: $ git cone --bare ssh:// $ cd gerrit_repo.git $ git push --mirror…
valentin1807
  • 108
  • 6
0
votes
1 answer

How to upload git enterprise qcow file in proxmox

I have Proxmox VE, and I want to install Git enterprises in it via the qcow2 file I have downloaded the qcow2 of git enterprise, in my local but I don't know how to upload it in the Proxmox, because there is no option in proxmox to upload other than…
0
votes
1 answer

Does the GitHub API provide a way to check if a branch is up-to-date?

In GitHub, in the branch protection settings, you can require branches to be up to date before merging (this is possible both for both GitHub Enterprise and for public repos in free GitHub): Then on a PR, if the branch is not up to date with the…
0
votes
0 answers

Git API call on Github account on government Organization

Trying to creae a remote repo regular github account with below command $ curl -u 'USER':'TOKEN' https://api.github.com/user/repos -d '{"name":"REPO"}' this works fine. If my github account is in government org. say https://github.xyz.gov then $…
Krishna
  • 501
  • 1
  • 8
  • 17
0
votes
1 answer

no "auto-generate release notes" button on github enterprise?

i'm trying to setup a new gitHub enterprise repo and looking at using "releases". i wanted to try the auto generate release notes feature but I don't have the button that is shown…
ade jones
  • 639
  • 11
  • 15
0
votes
1 answer

Load testing tool for Repository on GitHub Enterprise

I am looking for a load testing tool which can execute Git clone command to clone a repository on GitHub Enterprise for multiple users concurrently and provide me the metrics of performance. Please let me know how can I achieve this.