32 lines
2.3 KiB
Markdown
32 lines
2.3 KiB
Markdown
The videos are currently encrypted--the following steps will allow you to unlock them for viewing. If you're not familiar using a [command line](https://en.wikipedia.org/wiki/Command-line_interface) these steps might be intimidating, but these workflows are quite common, and there's a ton of resources on the web, and with AI, to troubleshoot anything missteps.
|
|
|
|
*In other words, I think you can do it!*
|
|
|
|
1. Install [*Git*](Install%20Git.md).
|
|
2. Install a Git client.
|
|
- There are [many](https://git-scm.com/downloads/guis) to choose from. A few friendly ones:
|
|
- [Gitnuro](https://gitnuro.com/): (Windows/Linux/Max)
|
|
- [TortoiseGit](https://tortoisegit.org/) (Windows only)
|
|
3. Sync the [Bonsai_Tutorials](https://hub.openingdesign.com/OpeningDesign/Bonsai_Tutorials) repo to your machine. *(This will take some time, as it's a pretty big repo.)*
|
|
- Windows
|
|
- Using [Gitnuro](https://youtu.be/auwdkWhnI1c)
|
|
- Using [TortoiseGit](https://youtu.be/riP1MDAagLM)
|
|
- Linux
|
|
- #TODO
|
|
2. Go [here](GPG%20Keys.md) to create a GPG key (will need this to unlock the videos).
|
|
- Email me (ryan@openingdesign.com) with your public key.
|
|
- The file will have an `.asc` extension.
|
|
- Let me know your preferred **username** and I will create an account on [hub.OpeningDesign.com](https://hub.openingdesign.com/).
|
|
3. Unlocking repo.
|
|
- After [purchasing](https://opencollective.com/openingdesign/projects/blender_bonsai_tutorials_od#section-contribute), and after receiving an email that you're been added to hub.OpeningDesign.com, pull down the lasted. Here's how to pull changes...
|
|
- [With Gitnuro](imgs/Gitnuro_pull.png)
|
|
- [With TortoiseGIT](imgs/TortoiseGIT_pull.jpg)
|
|
- After pulling, follow the steps [here](Unlock%20with%20git-crypt.md) to unlock the repo.
|
|
- **The videos should now be unlocked and viewable!**
|
|
|
|
|
|
|
|
*If you run into any problems, try using [Chatgpt](https://chatgpt.com), [Gemini](https://gemini.google.com/app), [Claude](https://claude.ai/new), or [Deepseek](https://chat.deepseek.com/) to help troubleshoot. Copying and pasting any error message into these chatbots, usually helps. And if you're able to fix it, please post your solution [here](https://hub.openingdesign.com/OpeningDesign/Bonsai_Tutorials/issues) so we can update the instructions.*
|
|
|
|
|
|
|