diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-10-15 13:47:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 13:47:15 +0800 |
commit | bdfd751af88c5bdb70dbdfb4f7f607f6fbf77896 (patch) | |
tree | ca51c2d1df9ead276efd130eb55204cdbf3df130 /options | |
parent | 56362043d35d2542c6fe4ac7c0ac5aabb833a9ed (diff) | |
download | gitea-bdfd751af88c5bdb70dbdfb4f7f607f6fbf77896.tar.gz gitea-bdfd751af88c5bdb70dbdfb4f7f607f6fbf77896.zip |
Multiple tokens support for migrating from github (#17134)
* multiple tokens support for migrating from github
* improve code and token description
* Fix bug
* Add comment for get client
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1324303fc0..67ca8ff558 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -887,6 +887,7 @@ migrate_items_releases = Releases migrate_repo = Migrate Repository migrate.clone_address = Migrate / Clone From URL migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository +migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of Github API rate limit. WARN: Abusing this feature may violate the service provider's policy and lead to account blocking. migrate.clone_local_path = or a local server path migrate.permission_denied = You are not allowed to import local repositories. migrate.permission_denied_blocked = You are not allowed to import from blocked hosts. |