main #2

Merged
Testy merged 10 commits from OpeningDesign/Bonsai_Tutorials:main into main 2026-03-25 02:25:01 +00:00
Showing only changes of commit 0d357c64e5 - Show all commits

View file

@ -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
```