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

Exception list of the project for organisation level hooks in Github Enterprise

I have a hook configured in Github in Organization level which applies all the projects underneath of that organization by default. But I want to eliminate this hook for specific projects of this organization. Is it possible to set up somehow in…
Rovshan Musayev
  • 144
  • 3
  • 15
0
votes
0 answers

Can one view GitHub files in fullscreen?

Is it possible to view a file on GitHub in fullscreen mode with syntax highlighting like one can on an Azure Repo?
0
votes
1 answer

Git prompting for username and password for every git command

I have generated a personal access token for github enterprise. I have also updated in windows credential manager. However whevever I run any git command from git bash in windows 10, it prompts for username and password. How can I overcome this?
Raghav Gupta
  • 341
  • 1
  • 6
  • 20
0
votes
1 answer

what is the best approach for integrating on-premises linux Jenkins to Github enterprise?

what is the best approach for integrating on-premises linux Jenkins to Github enterprise?
sabhika
  • 31
  • 3
0
votes
1 answer

Jekyll with GitHub Enterprise?

I see this question in a couple of places, but no clear answers or a resolution. I am using an enterprise github - https://github.(mycompany).com I have a jekyll theme which is still resolving to https://github.com. I thought there should be a…
0
votes
0 answers

Is it possible to configure Ueberauth to use Github Enterprise for login?

I’ve tried a basic configuration to connect to Github with Ueberauth, but I thought I’d be able to find a configuration to adjust the OAuth endpoints to my Github Enterprise instance, and the documentation doesn’t mention how to do this. I can see…
ringmaster
  • 2,879
  • 3
  • 28
  • 31
0
votes
1 answer

Azure Data Factory GitHub Integration Private Repo

I only seem able to integrate my ADFv2 instance with public repos in my organisation, which is undesirable. In the documentation…
m1nkeh
  • 1,337
  • 23
  • 45
0
votes
1 answer

How to create the pre-receive hook on the GitHub Enterprise Server

I am working on creating a pre-receive hook in the Github Enterprise Repository to do a check on the pushes. I tried renaming the pre-receive.sample to pre-receive in the .git/hooks folder and pushed it to the remote, but apparently this only works…
Barton Dong
  • 127
  • 11
0
votes
1 answer

Check what GitHub pre-receive hooks do

Is there a way to inspect the script that gets executed for each GitHub Enterprise pre-receive hook? All I'm seeing is a list of non clickable file (?) names:
friederbluemle
  • 33,549
  • 14
  • 108
  • 109
0
votes
1 answer

How to retrieve full list of branches of a GitHub enterprise repository through API

I am trying to retrieve a list of branches from Github enterprise using the API. Currently I am using the List Branches API call: https://developer.github.com/v3/repos/branches/#list-branches The repository in question has over 100 branches, however…
0
votes
1 answer

Setup Github Enterprise server with Azure Active Directory

For some regulation reasons, we have to use our git server on prep. Github.com use to be our main git repo server, now we decided to deploy GitHub Enterprise Server on premise, and we need to link it to AAD. According to Github, AAD is supported but…
Seif Eddine Mouelhi
  • 2,161
  • 3
  • 19
  • 25
0
votes
0 answers

How do I download the all_user.csv report from GitHub Enterprise with vb.net and avoid a 404 error? I can can do this using Curl

I am attempting to download GitHub Enterprise's all_users.csv file via vb.net using .net framework 4.5.2 and get the following error: The remote server returned an error: (404) Not Found. My code is: Module Module1 Sub Main() Dim remoteUri As…
Mick
  • 126
  • 3
0
votes
1 answer

Is there any way to unsubscribe notification from a particular organization in github enterprise?

I was part of an organization and collaborator for some repositories in that organization, though I was removed from collaborators I get notified for any comment on issue or pull requests , I can mute notification for a particular thread but if a…
punith bp
  • 174
  • 1
  • 12
0
votes
0 answers

How can I share or link to a GitHub enterprise (university) account repository?

My university has a custom GitHub enterprise domain, and I have been working on a number of personal/group projects there. However, going for graduate job interviews, it would be handy to share access to these repositories so they can see the commit…
David Gwynne
  • 171
  • 1
  • 8
0
votes
1 answer

Github Enterprise Service Connection not available in Azure DevOps Release Pipeline Artifacts

I am trying to configure a Release Pipeline to use a repo hosted in a publicly exposed GitHub Enterprise instance but I am unable to access the Service Connection to the GitHub Enterprise repo. I can setup a Service Connection to the Github…