diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5d339330a75..f12eda856d5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,10 +23,16 @@ Within Github, navigate to and fork the reposit #### (2) Clone the mypy repository and enter into it ```bash -git clone git@github.com:/mypy.git +git clone https://github.com//mypy.git cd mypy ``` +If you use the following command to clone instead: +```bash +git clone git@github.com:/mypy.git +``` +then make sure to connect to GitHub first: [Connecting to github with ssh](https://docs.github.com/en/authentication/connecting-to-github-with-ssh) + #### (3) Create then activate a virtual environment ```bash