summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tedder <mtedder@coldfusion.co.jp>2019-03-15 14:59:07 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-15 14:59:07 +0000
commit36f355ed0c6b8ef9388eb8cddaa5e0c10c4709d3 (patch)
tree42bd060c0387d0f6ce1101c2b2ffded5f22b4f70
parentfc7fc1eecd4cdf4d4ac94f1afe3272799877aca4 (diff)
downloadgitlab-ce-36f355ed0c6b8ef9388eb8cddaa5e0c10c4709d3.tar.gz
[documentation] add section on resolving errors and solution for push failure to GitHub
-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.