summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-15 14:59:07 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-15 14:59:07 +0000
commitab4b1d2abdfa3db203e711b10cdfa1bab93771a9 (patch)
tree42bd060c0387d0f6ce1101c2b2ffded5f22b4f70
parentfc7fc1eecd4cdf4d4ac94f1afe3272799877aca4 (diff)
parent36f355ed0c6b8ef9388eb8cddaa5e0c10c4709d3 (diff)
downloadgitlab-ce-ab4b1d2abdfa3db203e711b10cdfa1bab93771a9.tar.gz
Merge branch 'patch-48' into 'master'
[documentation] add section on resolving errors and solution for push failure to GitHub See merge request gitlab-org/gitlab-ce!26206
-rw-r--r--doc/workflow/repository_mirroring.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 8a2f4e1b40e..ae1624b7dc0 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -408,3 +408,11 @@ settings are recommended:
Perforce Helix.
Read about [Git Fusion settings on Perforce.com](https://www.perforce.com/perforce/doc.current/manuals/git-fusion/Content/Git-Fusion/section_vss_bdw_w3.html#section_zdp_zz1_3l).
+
+## Troubleshooting
+
+Should an error occur during a push, GitLab will display an "Error" highlight for that repository. Details on the error can then be seen by hovering over the highlight text.
+
+### 13:Received RST_STREAM with error code 2 with GitHub
+
+If you receive an "13:Received RST_STREAM with error code 2" while mirroring to a GitHub repository, your GitHub settings might be set to block pushes that expose your email address used in commits. Either set your email address on GitHub to be public, or disable the [Block command line pushes that expose my email](http://github.com/settings/emails) setting.