forked from OpeningDesign/Bonsai_Tutorials
main #2
1 changed files with 2 additions and 2 deletions
|
|
@ -311,9 +311,9 @@ When cloning, if the repo 'hangs' or doesn't download fully, the following are a
|
|||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
4. **Use SSH instead of HTTPS** if you have an account on that Gitea instance — SSH avoids the HTTP chunked transfer issue entirely.
|
||||
4. **Use SSH instead of HTTPS** — SSH avoids the HTTP chunked transfer issue entirely.
|
||||
```bash
|
||||
git clone --recursive --depth 1 git@hub.openingdesign.com:OpeningDesign/Bonsai_Tutorials.git
|
||||
git clone git@hub.openingdesign.com:OpeningDesign/Bonsai_Tutorials.git
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue