--- tags: - Documentation - Bookstack - Notes --- # Troubleshooting # Create Directory structure with subdirectories It looks like your Git client (likely GitAhead, GitHub Desktop, or a similar GUI tool) ran into a credential roadblock while trying to clone that repository. Since you're dealing with a `Docker-Boilerplates` repo, getting this sorted quickly so you can deploy is the priority. Here is how to troubleshoot and fix this, depending on how you connect to GitHub. ## 1. The Most Common Fix: Personal Access Tokens (HTTPS) If you are cloning via **HTTPS** (a URL starting with `https://github.com/...`), GitHub **no longer accepts your standard account password** for Git operations. ### Step 1: Generate a PAT on GitHub