Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

As a user, how can I determine the installed version of GitHub Enterprise?

Tags:

Some services which extend GitHub Enterprise require a sufficiently recent version. But as a standard user of GH:E, how can I determine, without bugging my admin, which version my company has installed?

like image 339
Flimzy Avatar asked Sep 15 '14 15:09

Flimzy


People also ask

How do I check my GitHub Enterprise version?

In a wide browser window, the word "Enterprise" immediately follows the GitHub logo on the left side of the header. You can view the version of GitHub Enterprise Server that you're using in the footer of any page.

Which GitHub version do I have?

You can check your current version of Git by running the git --version command in a terminal (Linux, macOS) or command prompt (Windows).

How do I get a GitHub Enterprise Account?

In the "Access" section of the sidebar, click Organizations. Next to the organization, click Settings. If you are an organization owner, in the "Access" section of the sidebar, click Billing and plans. Click Upgrade to enterprise account.


2 Answers

I was searching for the same information for our github enterprise version. In the page source I found the following:

<a href="/">       <span class="octicon-mark-github" title="GitHub Enterprise Version 11.10.xxx"></span> </a> 

This is the GitHub Octocat logo in the footer of GitHub Enterprise - just hover over it to get a tooltip with the version number.

like image 186
Ashish Musale Avatar answered Sep 21 '22 22:09

Ashish Musale


I found that if you go to the GHE Home page and scroll to the bottom, you can find the version mentioned as shown in the snapshot

GHE Version

like image 37
Jatin Shashoo Avatar answered Sep 19 '22 22:09

Jatin Shashoo