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
2 answers

unable to delete git branch due to "renamed branch"

I've scoured several different posts but there doesn't appear to be any that match with this exact issue of an "apparent" branch renaming occurring but nothing seeming to line up. Essentially, I've been trying to delete a remote branch off of an…
aspark
  • 33
  • 5
0
votes
2 answers

How to find out which Git hosting application a repository is served by?

For a small git helper script, based on this blog post, I'd like to be able to "discover" in which Git hosting app, a given remote URL (user@git.domain.tld:namespace/project.git) points to (e.g. GitLab CE/EE, Gitea, GHE, etc). Using curl --head I…
Katrin Leinweber
  • 1,316
  • 13
  • 33
0
votes
1 answer

How to move code from google cloud source repositories to github enterprise along with existing versions

We have the code in GCP source repo and would like to move it GitHub Enterprise. Is there any easiest way move code from google cloud source repositories to GitHub enterprise along with the existing release versions ?
0
votes
1 answer

How to add primary email to every users in github enterprise via keycloak?

I have github enterprise configured. I use keycloak for authentication. Sign up/ login flow is like this, Users click sign in with SAML from github enterprise. Then they are redirected to keycloak login page. Where they can choose github.com for…
0
votes
1 answer

Pull Request "reviewers" using github "history"

Is there any way (for on premise github) to : For N number of files in the Pull Request. Look at the history of those files. And add any/all github users (on the history) .. to the code reviewers list of users? I have searched around. I found "in…
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
0
votes
1 answer

How to use terraformer for querying Github Enterprise?

I'm not able to say terraformer to use other url than https://api.github.com Terraformer: https://github.com/GoogleCloudPlatform/terraformer Terraform Github provider: https://github.com/integrations/terraform-provider-github It looks like that…
lioil
  • 405
  • 2
  • 5
0
votes
1 answer

in the github enterprise UI, is there a way to see commit statuses outside of the PR context?

As part of our CI plans, dev branch commits will have statuses applied to them based on build/unit testing/etc. Once a PR is opened to merge the dev branch to the product branch, those statuses will be visible and can be used as part of branch…
Chris Ratcliffe
  • 116
  • 1
  • 10
0
votes
1 answer

Avoid to call Organization level webhook

Currently, we're using an organization-level generic-webhook for all our repo. Recently we had added new repo repo. which needs to be use only repo level generic-webhook for some reason. Is there any way, So that i can call only repo level…
0
votes
0 answers

How to create azure DevOps pipeline for GitHub Enterprise repos as source using azure DevOps API

I am trying to create pipeline with source repo as GitHub enterprise using following api and body - POST https://dev.azure.com/{org}/{project}/_apis/pipelines?api-version=6.0-preview.1 { "configuration": { "path": "azure-pipelines.yml", …
0
votes
1 answer

How to enable custom merge driver - .gitattributes in GitHub

I have develop and master branch. The develop branch should have different values of CODEOWNERS file from master branch. For example: develop branch should have: * @user1 @user2 @user3 @user4 @user5 master branch should have: * @user1…
0
votes
0 answers

Create a connection to GitHub Enterprise Server on AWS Codepipeline host

I want to connect Github Enterprise to Codepipeline. A problem occurred when connecting host from AWS console to github enterprise. After creating the host, click the "set host" button in the pendding. What should I do? enter image description here
Json
  • 1
  • 1
0
votes
1 answer

Best way to count the number of pdf files in Github Enterprise repositories

I am looking for a way to count the number of PDF files in all repositories existing in a self hosted github server (Github Enterprise). I've got the idea of iterating over all the repositories, list the existing files and count but I'm not sure if…
OmarZ
  • 33
  • 5
0
votes
1 answer

Command line keeps saying that fileX :is a directory"

I've currently been working on this website for the past few weeks. I want to add the project to my school's Github Enterprise, but keep encountering the following problem (link below is a screen recording): https://streamable.com/2j4t37 I keep…
0
votes
1 answer

Error pushing ReactJS (CRA template) code to GitHub enterprise

After cloning the empty repository I created in my Github Enterprise account, I created a CRA (create-react-app) ReactJS application. I created, committed & pushed a README.md file before generating the CRA scaffolding and it got pushed…
0
votes
1 answer

How to setup Azure Function Continuous Deployment using Enterprise Github?

Can someone confirm/deny that Azure Function Continuous Deployment does not support Enterprise Github? When I select Github from the Deployment Center according to these docs, the authorization does not allow me to configure an Enterprise Github…