You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/release-notes/enterprise-server/3-7/1.yml
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -37,25 +37,6 @@ sections:
37
37
- In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality.
38
38
- In some cases, users cannot convert existing issues to discussions.
39
39
- 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.
0 commit comments