SERVER-112625: Update urls for clones to use the internal 10gen urls … (#42849)

GitOrigin-RevId: b83e0e91d0eaba9b17ffd0c376a2646ffe734c92
This commit is contained in:
Eric Lavigne 2025-10-20 23:31:17 -06:00 committed by MongoDB Bot
parent 68ebb89bf8
commit f268f17cc7
3 changed files with 25 additions and 11 deletions

View File

@ -36,7 +36,7 @@ Report issues to help improve it for everyone!
**You can use:**
- ✅ **SSH** (recommended): `git@github.com:mongodb/mongo.git`
- ✅ **SSH** (recommended): `git@github.com:10gen/mongo.git`
- Pros: More secure, no password prompts, required for pushing code
- Requires: SSH keys configured with GitHub
- ✅ **HTTPS**: `https://github.com/mongodb/mongo.git`

View File

@ -195,6 +195,20 @@ For **optimal performance**, especially on macOS, clone the repository directly
3. **Enter Repository URL**
##### For use with the internal mongodb repo:
```
git@github.com:10gen/mongo.git
```
Or use HTTPS:
```
https://github.com/mongodb/mongo.git
```
##### For use with the public mongodb repo:
```
git@github.com:mongodb/mongo.git
```
@ -442,7 +456,7 @@ If you prefer to clone locally first (not recommended for best performance):
1. Clone the repository to your local machine:
```bash
git clone git@github.com:mongodb/mongo.git
git clone git@github.com:10gen/mongo.git
cd mongo
```

View File

@ -1074,7 +1074,7 @@ To isolate whether an issue is devcontainer-specific:
```bash
# Clone locally
git clone git@github.com:mongodb/mongo.git
git clone git@github.com:10gen/mongo.git
cd mongo
# Try building without devcontainer