We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8552b9a commit c6b4c15Copy full SHA for c6b4c15
1 file changed
README.md
@@ -45,6 +45,18 @@ cd laygo-python
45
pip install -e ".[dev]"
46
```
47
48
+### 🐳 Dev Container Setup
49
+
50
+If you're using this project in a dev container, you'll need to configure Git to use HTTPS instead of SSH for authentication:
51
52
+```bash
53
+# Switch to HTTPS remote URL
54
+git remote set-url origin https://github.com/ringoldsdev/laygo-python.git
55
56
+# Configure Git to use HTTPS for all GitHub operations
57
+git config --global url."https://github.com/".insteadOf "git@github.com:"
58
+```
59
60
---
61
62
## 🚀 Usage
0 commit comments