Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
update for the domain problem (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZianTT authored Dec 4, 2023
1 parent 6039c5f commit 855f13b
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 111 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ heroImage: https://cdn.jsdelivr.net/gh/FastGitORG/logo@ad87e38c7101537010b3dc6f7
---

::: danger
Due to irreversible factors, we have updated our hub link from hub.fastgit.org to hub.fastgit.xyz.
Due to irreversible factors, we have updated our hub link from hub.fastgit.org to hub.fgit.cf.
:::

# Choose a language
Expand Down
24 changes: 8 additions & 16 deletions en-gb/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Please read and accept our Term of Service and Privacy Statement then go to the next step. Once you done so, it means that you agree with our Term of Service and Privacy Statement.

::: danger
Due to irreversible factors, we have updated our hub link from hub.fastgit.org to hub.fastgit.xyz.
Due to irreversible factors, we have updated our hub link from hub.fastgit.org to hub.fgit.cf.
:::

The usage of FastGit is basically relied on `git` . For common GitHub operations, you can use the command `clone` like:
Expand All @@ -15,7 +15,7 @@ git clone https://github.com/author/repo
To use FastGit, you need to change it into:

```bash
git clone https://hub.fastgit.xyz/author/repo
git clone https://hub.fgit.cf/author/repo
```

Just like what you see, FastGit is physically a proxy of GitHub, and what you need to do is just replacing the URL.
Expand All @@ -25,7 +25,7 @@ You can also edit `git` configurations to take an easier way to use our service.
You can also change the configuration of `git` directly, replacing the link of GitHub entirely with FastGit:

```bash
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config --global url."https://hub.fgit.cf/".insteadOf "https://github.com/"
git config protocol.https.allow always
```

Expand All @@ -52,30 +52,22 @@ For common `clone` and `push` operations, FastGit already has provided perfect s
```bash
# Release
# If your downalod link is: https://github.com/A/A/releases/download/1.0/1.0.tar.gz , then you use:
wget https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz
wget https://hub.fgit.cf/A/A/releases/download/1.0/1.0.tar.gz

# Codeload
# If your download link is: https://hub.fastgit.xyz/A/A/archive/master.zip
# If your download link is: https://hub.fgit.cf/A/A/archive/master.zip
# or https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip
wget https://hub.fgit.cf/A/A/archive/master.zip
```

## SSH Operation

~~We also support SSH clone. Just replace github.com to fastgit.org to enjoy.~~

~~Due to some unresistible factors, we are no longer to provide SSH clone service.~~

26/06/2021 Update: As the 2FA issue persists, it is difficult to get much done via HTTPS. In view of the current situation, we have continued the SSH operation service.

Unlike before, we have split the domain where the SSH service is located, in other words it is not possible to work by replacing the address with FastGit.org.

Our SSH operation address is **ssh.fastgit.org**, and we can speed things up by simply replacing the address.
Due to some unresistible factors, we are no longer to provide SSH clone service.

## For the Raw Proxy

We also have proxy for <https://raw.githubusercontent.com/>.
The URL is: <https://raw.fastgit.org/>.
The URL is: <https://raw.fgit.cf/>.

## What to do if you have problems with FastGit

Expand Down
9 changes: 3 additions & 6 deletions en-gb/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ title: Reverse Proxy List

| Source | Address | Cache Interval |
| -------------------------------- | --------------------------------- | -------------- |
| github.com | hub.fastgit.xyz | N/A |
| raw.githubusercontent.com | raw.fastgit.org | N/A |
| github.githubassets.com | assets.fastgit.org | N/A |
| customer-stories-feed.github.com | customer-stories-feed.fastgit.org | 480 mins |
| Github Download | download.fastgit.org | 480 mins |
| GitHub Archive | archive.fastgit.org | N/A |
| github.com | hub.fgit.cf | N/A |
| raw.githubusercontent.com | raw.fgit.cf | N/A |
| github.githubassets.com | assets.fgit.cf | N/A |
22 changes: 7 additions & 15 deletions fr-fr/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Veuillez accepter nos conditions de l'accord de services et politique de confidentialité avant de passer à l'étape suivante. Si vous continuez, on gère votre action comme les accepter par défaut.

::: danger
En raison de facteurs irréversibles, on a changé le lien hub de hub.fastgit.org à hub.fastgit.xyz.
En raison de facteurs irréversibles, on a changé le lien hub de hub.fastgit.org à hub.fgit.cf.
:::

Par rapport à l'utilisation de FastGit, c'est généralement lié à `git`. La commande "clone" utilisé pour GitHub peut être la suivante :
Expand All @@ -15,15 +15,15 @@ git clone https://github.com/author/repo
Quand vous utilisez FastGit, vous pouvez utiliser cette commande:

```bash
git clone https://hub.fastgit.xyz/author/repo
git clone https://hub.fgit.cf/author/repo
```

Comme vous pouvez le voir, FastGit n'est qu'un proxy pour GitHub, nous n'avons donc qu'à remplacer l'URL.

Vous pouvez aussi changer la configuration de `git` pour remplacer toutes les addresses de GitHub à FastGit:

```bash
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config --global url."https://hub.fgit.cf/".insteadOf "https://github.com/"
git config protocol.https.allow always
```

Expand Down Expand Up @@ -54,29 +54,21 @@ Pour les opérations comme `clone` et `push`, FastGit a fournit des opérations
```bash
# Édition de logiciel
# Si le lien de téléchargement est: https://github.com/A/A/releases/download/1.0/1.0.tar.gz
wget https://download.fastgit.xyz/A/A/releases/download/1.0/1.0.tar.gz
wget https://download.fgit.cf/A/A/releases/download/1.0/1.0.tar.gz

# Codeload
# Si le lien de téléchargement est: https://hub.fastgit.org/A/A/archive/master.zip
# Ou https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip
wget https://hub.fgit.cf/A/A/archive/master.zip
```

## Opération SSH

~~On support aussi le clone SSH, vous avez seulement besoin de changer l'adresse à fastgit.org.~~

~~En raison de facteurs irrésistibles, nous ne supportont pas le clone SSH pour le moment.~~

Mise à jour le 26 juin 2021: À cause que le problème de l'authentification à deux facteurs est encore là, c'est difficile pour nous de compléter beaucoup d'opérations avec HTTPS. Pour cette situation, nous continuons à ouvrir le portail d'opération SSH.

Contrairement à avant, nous avons séparé la domaine où se trouve le service SSH, c'est-à-dire que vous ne pouvez pas faire des opérations en remplaçant l'adresse par FastGit.org.

Pour le moment, notre addresse SSH est **ssh.fastgit.org**. Vous avez juste besoin de remplacer l'addresse.
En raison de facteurs irrésistibles, nous ne supportont pas le clone SSH pour le moment.

## Pour le proxy de raw.

Nous avons aussi fournit le proxy de <https://raw.githubusercontent.com/>, l'adresse est <https://raw.fastgit.org/>.
Nous avons aussi fournit le proxy de <https://raw.githubusercontent.com/>, l'adresse est <https://raw.fgit.cf/>.

## Qu'est-ce que vous avez besoin de faire quand vous avez des problèmes de FastGit

Expand Down
9 changes: 3 additions & 6 deletions fr-fr/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ title: Liste de proxy

| Source | Addresse | Cache |
| -------------------------------- | --------------------------------- | -------------------- |
| github.com | hub.fastgit.xyz | Non disponible |
| raw.githubusercontent.com | raw.fastgit.org | Non disponible |
| github.githubassets.com | assets.fastgit.org | Non disponible |
| customer-stories-feed.github.com | customer-stories-feed.fastgit.org | 480 minutes |
| Github Download | download.fastgit.org | 480 minutes |
| GitHub Archive | archive.fastgit.org | Non disponible |
| github.com | hub.fgit.cf | Non disponible |
| raw.githubusercontent.com | raw.fgit.cf | Non disponible |
| github.githubassets.com | assets.fgit.cf | Non disponible |
24 changes: 8 additions & 16 deletions it-it/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Si prega di leggere e accettare il nostro Termini di servizio e Dichiarazione sulla privacyy, quindi passare alla fase successiva. Una volta fatto ciò, significa che siete d'accordo con il nostro Termini di servizio e Dichiarazione sulla privacy.

::: danger
A causa di fattori irreversibili, abbiamo aggiornato il nostro link hub da hub.fastgit.org a hub.fastgit.xyz.
A causa di fattori irreversibili, abbiamo aggiornato il nostro link hub da hub.fastgit.org a hub.fgit.cf.
:::

L'uso di FastGit è fondamentalmente riferito a `git` . Per le comuni operazioni di GitHub, puoi usare il comando `clone` come:
Expand All @@ -15,7 +15,7 @@ git clone https://github.com/author/repo
Per usare FastGit, lo si cambia in:

```bash
git clone https://hub.fastgit.xyz/author/repo
git clone https://hub.fgit.cf/author/repo
```

Proprio come quello che vedi, FastGit è fisicamente un proxy di GitHub, e quello che devi fare è semplicemente sostituire l'URL.
Expand All @@ -25,7 +25,7 @@ Puoi anche modificare le configurazioni di `git` per prendere un modo più sempl
Puoi anche cambiare la configurazione di `git` direttamente, sostituendo il link di GitHub interamente con FastGit:

```bash
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config --global url."https://hub.fgit.cf/".insteadOf "https://github.com/"
git config protocol.https.allow always
```

Expand All @@ -52,30 +52,22 @@ Per le comuni operazioni di "clone" e "push", FastGit ha già fornito un support
```bash
# Release
# Se il tuo link di downalod è: https://github.com/A/A/releases/download/1.0/1.0.tar.gz , allora lo usi:
wget https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz
wget https://hub.fgit.cf/A/A/releases/download/1.0/1.0.tar.gz

# Codeload
# Se il vostro link per il download è: https://hub.fastgit.xyz/A/A/archive/master.zip
# Se il vostro link per il download è: https://hub.fgit.cf/A/A/archive/master.zip
# o https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip
wget https://hub.fgit.cf/A/A/archive/master.zip
```

## SSH Operazione

~~Supportiamo anche il clone SSH. Basta sostituire github.com a fastgit.org per godere.~~~

~~A causa di alcuni fattori irrefrenabili, non forniamo il servizio di clonazione SSH.~~

26/06/2021 Aggiornamento: Poiché il problema 2FA persiste, è difficile ottenere molto tramite HTTPS. Vista la situazione attuale, abbiamo continuato il servizio di funzionamento SSH.

A differenza di prima, abbiamo diviso il dominio dove si trova il servizio SSH, in altre parole non è possibile lavorare sostituendo l'indirizzo con FastGit.org.

Il nostro indirizzo di funzionamento SSH è **ssh.fastgit.org**, e possiamo velocizzare le cose semplicemente sostituendo l'indirizzo.
A causa di alcuni fattori irrefrenabili, non forniamo il servizio di clonazione SSH.

## Per il proxy raw

Abbiamo anche il proxy per <https://raw.githubusercontent.com/> .
L'URL è: <https://raw.fastgit.org/> .
L'URL è: <https://raw.fgit.cf/> .

## Cosa fare se hai problemi con FastGit

Expand Down
10 changes: 3 additions & 7 deletions it-it/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ title: Elenco dei Proxy Reverse

| Fonte | Indirizzo | Intervallo Cache |
| -------------------------------- | --------------------------------- | ---------------- |
| github.com | hub.fastgit.xyz | N/A |
| raw.githubusercontent.com | raw.fastgit.org | N/A |
| github.githubassets.com | assets.fastgit.org | N/A |
| customer-stories-feed.github.com | customer-stories-feed.fastgit.org | 480 minuti |
| Github Download | download.fastgit.org | 480 minuti |
| GitHub Archive | archive.fastgit.org | N/A |

| github.com | hub.fgit.cf | N/A |
| raw.githubusercontent.com | raw.fgit.cf | N/A |
| github.githubassets.com | assets.fgit.cf | N/A |
24 changes: 8 additions & 16 deletions zh-cn/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
请在同意我们服务条款和隐私协议后,再进行下一步。如若进行,我们将默认视为同意并遵守我们的服务条款和隐私协议。

::: danger
由于不可抗逆的因素,我们已经将我们的枢纽链接从 hub.fastgit.org 更新到 hub.fastgit.xyz
由于不可抗逆的因素,我们已经将我们的枢纽链接从 hub.fastgit.org 更新到 hub.fgit.cf
:::

关于 FastGit 的使用,本质上与 `git` 有关。常规的面向 GitHub 的 `clone` 命令可能如下:
Expand All @@ -15,15 +15,15 @@ git clone https://github.com/author/repo
使用 FastGit 时,可使用如下命令:

```bash
git clone https://hub.fastgit.xyz/author/repo
git clone https://hub.fgit.cf/author/repo
```

正如您所见, FastGit 仅仅是 GitHub 的代理,所以我们仅需要替换远程地址。

当然,您也可以直接修改 `git` 的配置,使用 FastGit 替换所有指向 GitHub 的链接:

```bash
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config --global url."https://hub.fgit.cf/".insteadOf "https://github.com/"
git config protocol.https.allow always
```

Expand All @@ -50,29 +50,21 @@ git config protocol.https.allow always
```bash
# Release
# 假设下载链接为 https://github.com/A/A/releases/download/1.0/1.0.tar.gz
wget https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz
wget https://hub.fgit.cf/A/A/releases/download/1.0/1.0.tar.gz

# Codeload
# 假设下载链接为 https://hub.fastgit.xyz/A/A/archive/master.zip
# 假设下载链接为 https://hub.fgit.cf/A/A/archive/master.zip
# 或者 https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip
wget https://hub.fgit.cf/A/A/archive/master.zip
```

## SSH 操作

~~我们同样支持 SSH 克隆,您只需要把地址更换为 fastgit.org 即可。~~

~~由于不可抗逆因素,我们暂不支持 SSH 克隆。~~

26/06/2021 更新:由于 2FA 问题持续存在,所以我们很难以通过 HTTPS 的方法完成很多事。鉴于目前情况,我们继续开放了 SSH 操作入口。

与之前不同,我们拆分了 SSH 服务所在的域名,换句话说并不能通过替换地址为 FastGit.org 完成操作。

目前我们的 SSH 克隆地址为 **ssh.fastgit.org**。只需要修正地址即可完成加速。
由于不可抗逆因素,我们暂不支持 SSH 克隆。

## 对于 raw 的代理

我们同样对 <https://raw.githubusercontent.com/> 进行了代理,地址为 <https://raw.fastgit.org/>
我们同样对 <https://raw.githubusercontent.com/> 进行了代理,地址为 <https://raw.fgit.cf/>

## 当遇到 FastGit 存在问题时的处理方法

Expand Down
9 changes: 3 additions & 6 deletions zh-cn/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ title: 反代列表

| 站源 | 地址 | 缓存 |
| -------------------------------- | --------------------------------- | -------- |
| github.com | hub.fastgit.xyz ||
| raw.githubusercontent.com | raw.fastgit.org ||
| github.githubassets.com | assets.fastgit.org ||
| customer-stories-feed.github.com | customer-stories-feed.fastgit.org | 480 分钟 |
| Github Download | download.fastgit.org | 480 分钟 |
| GitHub Archive | archive.fastgit.org ||
| github.com | hub.fgit.cf ||
| raw.githubusercontent.com | raw.fgit.cf ||
| github.githubassets.com | assets.fgit.cf ||
24 changes: 8 additions & 16 deletions zh-tw/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
請在同意我們的服務條款和隱私協議後,再進行下一步。如若進行,我們將默認視為同意並遵守我們的服務條款和隱私協議。

::: danger
由於不可抗逆的因素,我們已經將我們的樞紐鏈接從 hub.fastgit.org 更新到 hub.fastgit.xyz
由於不可抗逆的因素,我們已經將我們的樞紐鏈接從 hub.fastgit.org 更新到 hub.fgit.cf
:::

關於 FastGit 的使用,本質上與 `git` 有關。正常的面向 GitHub 的 `clone` 命令可能如下:
Expand All @@ -15,15 +15,15 @@ git clone https://github.com/author/repo
對於使用 FastGit 的情況,我們使用如下命令:

```bash
git clone https://hub.fastgit.xyz/author/repo
git clone https://hub.fgit.cf/author/repo
```

正如您所見, FastGit 僅僅是 GitHub 的代理,所以我們僅需要替代遠程地址即可。

您還可以直接更改git的配置,用FastGit完全替換GitHub的鏈接:

```bash
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config --global url."https://hub.fgit.cf/".insteadOf "https://github.com/"
git config protocol.https.allow always
```

Expand All @@ -49,29 +49,21 @@ git config protocol.https.allow always

```bash
# 假設下載連結為 https://github.com/A/A/releases/download/1.0/1.0.tar.gz
wget https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz
wget https://hub.fgit.cf/A/A/releases/download/1.0/1.0.tar.gz

# Codeload
# 假設下載連結為 https://hub.fastgit.xyz/A/A/archive/master.zip
# 假設下載連結為 https://hub.fgit.cf/A/A/archive/master.zip
# 或者 https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip
wget https://hub.fgit.cf/A/A/archive/master.zip
```

## SSH 操作

~~我們同樣支持 SSH 克隆,您只需要把地址更換為 fastgit.org 即可。~~

~~由於不可抗力因素,我們暫不支持 SSH 克隆。~~

26/06/2021 更新:由於 2FA 問題持續存在,所以我們很難以通過 HTTPS 的方法完成很多事。鑑於目前情況,我們繼續開放了 SSH 操作入口。

與之前不同,我們拆分了 SSH 服務所在的域名,換句話說並不能通過替換地址為 FastGit.org 完成操作。

目前我們的 SSH 克隆地址為 **ssh.fastgit.org**。只需要修正地址即可完成加速。
由於不可抗力因素,我們暫不支持 SSH 克隆。

## 對於 raw 的代理

我們同樣對 <https://raw.githubusercontent.com/> 進行了代理,地址為 <https://raw.fastgit.org/>
我們同樣對 <https://raw.githubusercontent.com/> 進行了代理,地址為 <https://raw.fgit.cf/>

## 當遇到 FastGit 存在問題時的處理方法

Expand Down
9 changes: 3 additions & 6 deletions zh-tw/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ title: 反代列表

| 站源 | 地址 | 缓存 |
| -------------------------------- | --------------------------------- | -------- |
| github.com | hub.fastgit.xyz ||
| raw.githubusercontent.com | raw.fastgit.org ||
| github.githubassets.com | assets.fastgit.org ||
| customer-stories-feed.github.com | customer-stories-feed.fastgit.org | 480 分鐘 |
| Github Download | download.fastgit.org | 480 分鐘 |
| GitHub Archive | archive.fastgit.org ||
| github.com | hub.fgit.cf ||
| raw.githubusercontent.com | raw.fgit.cf ||
| github.githubassets.com | assets.fgit.cf ||

0 comments on commit 855f13b

Please sign in to comment.