mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
changed git protocol (#19641)
This commit is contained in:
@ -28,7 +28,7 @@ Linux において、GitHub で GIT を設定するのに問題が生じたり
|
||||
Yii をクローンしたディレクトリ、通常は "yii2" に入って、以下のコマンドを打ち込みます。
|
||||
|
||||
```
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
### 3. テスト環境を準備する <span id="prepare-the-test-environment"></span
|
||||
@ -232,7 +232,7 @@ git push origin --delete 999-name-of-your-branch-goes-here
|
||||
|
||||
```
|
||||
git clone git@github.com:YOUR-GITHUB-USERNAME/yii2.git
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -29,7 +29,7 @@ Jeśli napotkasz na problemy związane z Gitem i GitHubem na systemie operacyjny
|
||||
Przejdź do folderu, do którego sklonowałeś Yii (zwykle "yii2") i uruchom następującą komendę:
|
||||
|
||||
```
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
### 3. Przygotuj środowisko testowe <span id="prepare-the-test-environment"></span>
|
||||
@ -238,7 +238,7 @@ Dzięki temu pomijane są automatyczne testy travisa dla zmian, które i tak nie
|
||||
|
||||
```
|
||||
git clone git@github.com:TWOJA-NAZWA-UZYTKOWNIKA-GITHUB/yii2.git
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -26,7 +26,7 @@ git clone git@github.com:YOUR-GITHUB-USERNAME/yii2.git
|
||||
Перейдите в каталог куда вы склонировали Yii, как правило "yii2". Затем введите следующую команду:
|
||||
|
||||
```
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
### 3. Настройка тестовой среды
|
||||
@ -235,7 +235,7 @@ git push origin --delete 999-name-of-your-branch-goes-here
|
||||
|
||||
```
|
||||
git clone git@github.com:YOUR-GITHUB-USERNAME/yii2.git
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -26,7 +26,7 @@ onda morate [podesiti vašu Git instalaciju da radi sa GitHub-om](https://help.g
|
||||
Locirajte se u direktorijum gde ste klonirali Yii, podrazumevano, "yii2" direktorijum. Nakon toga izvršite sledeću komandu:
|
||||
|
||||
```
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
### 3. Pripremite okruženje za testiranje
|
||||
@ -186,7 +186,7 @@ Na ovaj način će Travis započinjati testiranje samo izmena koje nisu prvenstv
|
||||
|
||||
```
|
||||
git clone git@github.com:VASE-GITHUB-KORISNICKO-IME/yii2.git
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -27,7 +27,7 @@ git clone git@github.com:ВАШЕ-ІМ’Я-НА-GITHUB/yii2.git
|
||||
Перейдіть у директорію, в яку ви клонували Yii, зазвичай "yii2". Потім виконайте наведену команду:
|
||||
|
||||
```
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
### 3. Підготуйте середовище тестування
|
||||
@ -216,7 +216,7 @@ git push origin --delete 999-name-of-your-branch-goes-here
|
||||
|
||||
```
|
||||
git clone git@github.com:YOUR-GITHUB-USERNAME/yii2.git
|
||||
git remote add upstream git://github.com/yiisoft/yii2.git
|
||||
git remote add upstream https://github.com/yiisoft/yii2.git
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user