Skip to content

Commit ca360fa

Browse files
committed
Update repository clone method. Fixes issue 18050.
1 parent 2b033cb commit ca360fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ Within Github, navigate to <https://github.com/python/mypy> and fork the reposit
2323
#### (2) Clone the mypy repository and enter into it
2424

2525
```bash
26-
git clone git@github.com:<your_username>/mypy.git
26+
git clone https://github.com/<your_username>/mypy.git
2727
cd mypy
2828
```
2929

30+
If you use the following command to clone instead:
31+
```bash
32+
git clone [email protected]:<your_username>/mypy.git
33+
```
34+
then make sure to connect to GitHub first: [Connecting to github with ssh](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)
35+
3036
#### (3) Create then activate a virtual environment
3137

3238
```bash

0 commit comments

Comments
 (0)