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

Eclipse Neon and Git clone does not work

We are using Github Enterprise, and each user created its own personal access token, which is used in git clone. However in Eclipse Neon (macOS) I tried to add manually cloned repository, and it not adds into Eclipse Git perspective. So I tried to…
To Kra
  • 3,344
  • 3
  • 38
  • 45
0
votes
0 answers

Migrate repositories from one server(Virtual machine) to another server(local machine)

I want to migrate GITHUB server having 100’s of repositories on Virtual machine and to migrate it on a physical machine.Please tell me how to do that.
susanoo
  • 85
  • 10
0
votes
2 answers

How do I connect internal corporate github repo to heroku?

I was following guidelines and tried to connect heroku to a github repo within our own corporate github (the github url differs from the standard one). Yet, I couldn't find a proper way to do so – clicking on this button would redirect me to…
wintermute
  • 488
  • 1
  • 9
  • 22
0
votes
1 answer

Mattermost "An existing user is already attached to your gitlab account"

We use Mattermost using the 'Production Docker' setup as described in Mattermost documentation. For authentication, we federate using GitHub:Enterprise. To setup our Mattermost team, I imported the whole Slack history. This lead to the problem that…
Wilbert
  • 7,251
  • 6
  • 51
  • 91
0
votes
1 answer

Is there a way to automate installing new releases on a GitHub Server

Ok so the task I am attempting to accomplish is this. I am part of a team that manages a github server for a large company. My boss has asked me to do some research and find out if there is a way to automate the installation of new releases of…
ChrisB.
  • 3
  • 4
0
votes
1 answer

How can I have a github hook push from github enterprise out to another git repo?

Problem: We're using GitHub Enterprise for our enterprise development, which means accessing the code from outside (to hook in other services, etc) is problematic. Idea: We want to use VSTS to do things w/ the source in our GitHub repo. So I want to…
bc3tech
  • 1,228
  • 14
  • 27
0
votes
2 answers

Can't push because I locally committed a file that is too large

(Just in case it makes a difference, this is on Github Enterprise) I can't push changes out to a repo because I unwittingly committed two overly-large files to my local repo. These two files exceed the size allowed by github. I'm now locally several…
Matt Flowers
  • 131
  • 1
  • 6
0
votes
2 answers

Inbound Email in Github Enterprise

I keep seeing references to Inbound email in GitHub Enterprise online. I manage a Github Enterprise instance running v2.4.1. Nowhere I can find a place to configure that. I see the usual 'Email' settings in the management console, but that only has…
WreckeR
  • 409
  • 3
  • 12
0
votes
0 answers

Call for Common Practice Feedback

my name is Benjamin Mach and I’m a student of computer science at the FAU Erlangen-Nürnberg. For my bachelor thesis, I want to prepare measurement software for collaboration within software organizations that collaborate (potentially over…
0
votes
1 answer

Questions regarding GitHub Enterprise upgrade from 2.2.4 to 2.3.3

I am planning to upgrade our GitHub Enterprise from 2.2.4 to the latest 2.3.3. Reviewing the upgrade document here:https://help.github.com/enterprise/2.3/admin/guides/installation/upgrading-the-github-enterprise-virtual-machine/ I have two questions…
Jirong Hu
  • 361
  • 1
  • 3
  • 10
0
votes
1 answer

SSL error while cloning from github enterprise on AWS EC2 instance

My ultimate goal is to be able to do pip installs from our github enterprise server using the Elastic Beanstalk. The issue is that the ec2 instances will not trust our SSL certificate from Network Solutions. Traceback from an Elastic Beanstalk…
0
votes
2 answers

Bower hangs after checkout step of Install command.

I'm a github enterprise user and I'm using bower to point an internal repository to manage dependencies. I have set up a repo and included a bower.json file in the root directory. It looks like this: { "name": "Axis", "main": "Axis.js", …
nicksrandall
  • 3,008
  • 2
  • 12
  • 9
-1
votes
1 answer

Why do I have access to this file?

I have this file: -rw-rw----+ 1 git git 16959 Jul 25 07:37 github.conf I am this guy: $ whoami admin $ id uid=501(admin) gid=501(admin) groups=501(admin),4(adm) I can also say this: $ cat /etc/passwd | grep admin gnats:x:41:41:Gnats…
nowox
  • 25,978
  • 39
  • 143
  • 293
-1
votes
1 answer

What happened to my GitHub repository?

We have several repo's In an on-premise GitHub. One of them is missing... We can re-create it, but is there any way to see the history on that? Like who deleted it?
MrFox
  • 4,852
  • 7
  • 45
  • 81
-2
votes
1 answer

Github enterprise login in Blueocean

I am not sure what happened but during the setup of a pipeline via blueocean(jenkins) I am unable to view my repos. It returns a Error: fetch failed: 500 on the web console and when i do curl -v -H 'Authorization: token **********' …
1 2 3
15
16