Skip to content

Commit 13a3541

Browse files
Removing corrected known issue in GHES (#32898)
1 parent e52a9c5 commit 13a3541

File tree

1 file changed

+0
-19
lines changed
  • data/release-notes/enterprise-server/3-7

1 file changed

+0
-19
lines changed

data/release-notes/enterprise-server/3-7/1.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,6 @@ sections:
3737
- In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality.
3838
- In some cases, users cannot convert existing issues to discussions.
3939
- During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start.
40-
- |
41-
In some cases after upgrading to GitHub Enterprise Server 3.7.0, users may encounter `Internal Server Error` or `500` errors when initiating `git` operations over SSH or HTTPS. Example:
42-
43-
```
44-
git push origin master
45-
Total 0 (delta 0), reused 0 (delta 0)
46-
remote: Internal Server Error
47-
To ghes.hostname.com:User/repo.git
48-
! [remote rejected] master -> master (Internal Server Error)
49-
```
50-
51-
If these are encountered, please [contact GitHub Enterprise Support](/support/contacting-github-support/creating-a-support-ticket) with a support bundle. The known temporary workaround at this time is to restart the `github-gitauth` service with the commands below:
52-
53-
```
54-
nomad stop github-gitauth
55-
nomad run /etc/nomad-jobs/github/gitauth.hcl
56-
nomad status git
57-
```
58-
We are currently investigating a permanent fix for a future hot patch.
5940

6041
deprecations:
6142
# https://github.com/github/enterprise-releases/issues/3217

0 commit comments

Comments
 (0)