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

Github Enterprise with an IDE, Atom

I've been trying for several hours now and I am probably overlooking something or doing something stupid. I have a work PC with windows 10 and I installed, github desktop, Git (bash/gui/cmd) and Atom. I wanted to use atom as my IDE and avoid using…
0
votes
1 answer

Unable to change git (Enterprise) remote url without git trying to push un-tracked directory

I need a repository hosted on GitLab to also be hosted on a GitHub Enterprise server. The server prevents files from over 100MB be uploaded. I had a local Mongo database with two "prealloc" files that put aside 1GB each. I deleted the parent (data/)…
Ed Prince
  • 714
  • 2
  • 14
  • 31
0
votes
1 answer

Unable to login to GitHub after Disabling TLS

We are in the process of setting up GitHub enterprise behind our load balancer and firewall.We would like to offload SSL on the load balancer for this purpose. But when we disabled the TLS on the GitHub admin page we are not able to login to…
0
votes
1 answer

GitHub vie Blue Ocean Agent: Invalid username or password

The line I googled was: remote: Invalid username or password. to back track a little bit: I created a pipeline using Blue Ocean on Jenkins to run something stored on our GitHub Enterprise. Our internal enterprise is behind an http connection (not…
Johannes
  • 6,490
  • 10
  • 59
  • 108
0
votes
1 answer

Can VSTS and GitHub Enterprise on the same Azure tenant share a file system?

We're using VSTS, backed by Git, on our Azure tenant. We're considering buying a GitHub Enterprise subscription, to be installed on the same Azure tenant. In this configuration, can both front-ends point to the same file system, so that they can be…
0
votes
1 answer

Jenkins plugin for Github enterprise: how to get new/changed pull request info

Jenkins have many plugins but their name are very confusing, so do you know which jenkins plugin can be used to poll new/changed pull request from Github enterprise?
osexp2000
  • 2,910
  • 30
  • 29
0
votes
2 answers

How to solve Git fetch status code 128 with "Your account is suspended"

I have a Jenkins master with two build agents out of which one is a Windows box and the other is a Mac. The following Jenkinsfile attempts to check out a git repository from a Github Enterprise server. properties([ parameters([ string( …
Mig82
  • 4,856
  • 4
  • 40
  • 63
0
votes
1 answer

Checking status of Backup in github enterprise without root priviledge?

Well, I have established a GitHub enterprise environment in my linux environment. Somehow, I am not able to get root access. So in process of upgrading GitHub, I want to get information about the running status of my GitHub environment. Is it…
Sandeep Anand
  • 99
  • 2
  • 13
0
votes
0 answers

How to merge "Contribution Calendar" between two accounts?

Is there a way to merge the Contribution Calendar between company github enterprise and public personal github account?
0
votes
2 answers

Getting error could not resolve hostname for github enterprise

When I trying to clone github repositories from my company's self hosted github enterprise I am getting error Could not resolve hostname github....... : Name or service not known But when I clone the same repo using the IP address I can do the…
warl0ck
  • 3,356
  • 4
  • 27
  • 57
0
votes
1 answer

Github: How to add collaborator globally?

I've got an account for automated builds which should have access to every Github (Enterprise) repository owned by a particular organization. Is there a way to do this such that present and future repositories are automatically intercepted?
ket
  • 728
  • 7
  • 22
0
votes
1 answer

OAuth.io with Github Enterprise

It seems like OAuth.io providers (all here: https://github.com/oauth-io/oauthd/tree/master/providers) are static files; and the thing with GitHub Enterprise is, the domain name is not github.com, but something different for each customer. Is there a…
Rudy Rigot
  • 43
  • 4
0
votes
1 answer

Is it possible to prevent a project or its contents to be pushed accidentally into wrong repository

About working with github: I am looking for something like a repo config file in the root directory in my project's working directory which says something like "This project belongs onto server private.github.com, if files are accidentally pushed…
Martin
  • 1,385
  • 15
  • 21
0
votes
1 answer

Github Enterprise: remote: Repository not found from cmdline, works with Github desktop

github enterprise, windows 10. email+token only works with github desktop tool. Fails in powershell, git bash, and cmd consoles. Error - remote: Repository not found. fatal: Authentication failed for https://(enterprise hostname)/(org name)/(repo…
0
votes
1 answer

Unable to connect GitHub enterprise into TFS 2017

We would like to connect TFS2017 to out GitHub for Enterprise. Added a new Service endpoint to "External Git" Configured it using my ghe username and a personal access token Added a new build definition Selected external git, and the service…
Larsi
  • 4,654
  • 7
  • 46
  • 75
1 2 3
15
16