Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
c27f9b47
Verified
Commit
c27f9b47
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
fix authentication issue in wiki replica instructions
Seems like this may fix
team#40376
parent
c0953374
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/gitlab.md
+11
-2
11 additions, 2 deletions
howto/gitlab.md
with
11 additions
and
2 deletions
howto/gitlab.md
+
11
−
2
View file @
c27f9b47
...
...
@@ -440,13 +440,22 @@ into a separate project.
* Git repository URL: the HTTPS URL of the Git repository (which
you can find in the **Clone repository** page on the top-right
of the wiki)
of the wiki) **Important**: Make sure you add a *username* to
the HTTPS URL, otherwise mirroring will fail. For example, this
wiki URL:
https://gitlab.torproject.org/tpo/tpa/team.wiki.git
should actually be:
https://wiki-replica@gitlab.torproject.org/tpo/tpa/team.wiki.git
* **Mirror direction**: `push` (only "free" option, `pull` is
non-free)
* **Authentication method**: `Password` (default)
* **Password**: the **Access token** you created in the first
step
* **Keep divergent refs**: checked (optional, should make sure
* **Keep divergent refs**:
un
checked (optional, should make sure
sync works in some edge cases)
* **Mirror only protected branches**: checked (to keep merge
requests from being needlessly mirrored to the wiki)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment