Skip to content

Commit c6b4c15

Browse files
committed
fix: added info about https in readme
1 parent 8552b9a commit c6b4c15

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ cd laygo-python
4545
pip install -e ".[dev]"
4646
```
4747

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+
4860
---
4961

5062
## 🚀 Usage

0 commit comments

Comments
 (0)