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

Why merging development branch to feature-branch is required when merging a pull request?

I want to merge a GitHub pull request from my feature-branch to development. Here are the instructions from GitHub to do it via command line: Step 1: git fetch origin git checkout -b feature-branch origin/feature-branch git merge development Step…
Aamir Rizwan
  • 827
  • 5
  • 13
  • 34
5
votes
1 answer

Authorize GitHub Enterprise deployment process in Azure App service

In my current company we use GitHub Enterprise as revision control. Where I sign in with SAML to access my account. Now I want to deploy code that is there in GitHub to my Azure App service. So in azure deployment options, I selected GitHub option.…
MK446
  • 448
  • 6
  • 22
5
votes
2 answers

Jekyll with GitHub Enterprise

I'm following this guide to get me started with Jekyll: Setting up your GitHub Pages site locally with Jekyll, but I'm doing this against GitHub Enterprise. My repo is at https://github.company.com/myorg/myrepo, and GitHub Pages are served from…
Alaa Ali
  • 896
  • 1
  • 12
  • 24
5
votes
1 answer

The way of migration from GitLab to GitHub Enterprise

I'd like to migrate GitLab to GitHub. Of course, Git repo is easy to migrate. But other working items, such as Issue. Can I migrate all working items to GitHub Enterprise? If API is needed, please let me know the GitHub and GitLab APIs for the…
takoneko
  • 85
  • 1
  • 4
4
votes
1 answer

"go get" fails to download a go package, git repository hosted on a Github Entreprise (behind VPN)

I'm trying to download a Go package that is on an Entreprise Github. Noteworthy, the domain is not visible outside the VPN, however I'm connected to that VPN. I can browse to https://github.mydomain.com/some_repository with a browser, however I need…
mipnw
  • 2,135
  • 2
  • 20
  • 46
4
votes
1 answer

GitHub private - collaborator cannot access the repository

One of our users create a private repository within and organisation on GitHub Enterprise. He added a collaborator, but this person get 404 error when trying to access the repo. I added my account to this repo and all works fine for me. Added…
4
votes
0 answers

Can't find git repository on an enterprise github with token access?

I just started at a new company. This company has an enterprise github site at github.COMPANY.com. I'm on a Windows 10 box, logged into CentOS 7 server through putty, trying to start up a new branch of an existing repository. They use token access…
kingledion
  • 2,263
  • 3
  • 25
  • 39
4
votes
1 answer

Converting SVN to Git keeping large files using lfs

I'm trying to convert an svn repo to git and i want to keep the large files. These are the commands i use do to it: git svn clone https://mysvnrepo Manually create a new repository on our github enterprise site. git remote add origin…
developer101
  • 63
  • 1
  • 6
4
votes
0 answers

Migrate repository from GitHub Enterprise to GitHub

I want to migrate a repository from GitHub Enterprise to GitHub. Documentation on how to move vice versa is quite extensive. Moving "in my direction", however, only seems to be covered in this question. The answer there only says how to migrate…
franzlst
  • 155
  • 1
  • 9
4
votes
1 answer

Authentication: How to configure git bash to use SAML authentication?

Single Sign On for the "GitHub Enterprise" app on Okta works fine for me, I am using SAML 2.0. When a user logs in to Okta and clicks on the "GitHub Enterprise" app, they are authenticated. I have a "Test" repository on GitHub Enterprise. Users…
Sara
  • 2,308
  • 11
  • 50
  • 76
4
votes
1 answer

Github Enterprise - Plugin for Jenkins

I'm trying to get the post-commit hooks for github enterprise to talk to our internal jenkins server. Been trying for the last several hours and haven't been able to get it working. What I was able to do is get the github enterprise webhook with…
N V
  • 742
  • 1
  • 6
  • 21
3
votes
1 answer

How do I reference the deployment environment name in Github Actions workflow YAML?

I would like to access the deployment environment name in my Github Actions workflow YAML. Here is an example: jobs: example: runs-on: ubuntu-latest environment: "foobarbaz" ... steps: ... - name: Terraform Check…
Joohwan
  • 2,374
  • 1
  • 19
  • 30
3
votes
2 answers

GitHub Environments deploying staging on tag push fails

I am trying to deploy infrastructure as code from main branch on multiple environments with GitHub environments. I want to deploy whenever there is merge/push to main in development env, but when there is a tag on the commit like r2022-09-07 deploy…
3
votes
1 answer

Mirror Github Enterprise repository in Oracle Cloud Infrastructure DevOps repository

Is there a way to Mirror a repository hosted in Github Enterprise in an Oracle Cloud Infrastructure DevOps project? By default Oracle Cloud Infrastructure allows mirroring from github.com or gitlab
3
votes
0 answers

Is there a way to customize the diff algorithm used by GitHub's compare view?

I would like to try replacing GitHub's diff algorithm (which I read somewhere is some variant of PatienceDiff, but—whatever it is) with other experimental / heuristical algorithms. But, specifically in the Compare view. Critically, I want to…
Andrew Cheong
  • 29,362
  • 15
  • 90
  • 145
1 2
3
15 16