From 28102991172ab931d030412275f926c1b05c688d Mon Sep 17 00:00:00 2001 From: Jordi Yeh Date: Wed, 16 Apr 2014 09:19:55 -0400 Subject: [PATCH] Fixed #22457 -- Fixed contributing guide w/o github set-up The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. --- docs/internals/contributing/writing-code/unit-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index fcf7c0549f38d..3571fb0c26840 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests: .. code-block:: bash - $ git clone git@github.com:django/django.git django-repo + $ git clone https://github.com:django/django.git django-repo $ cd django-repo/tests $ PYTHONPATH=..:$PYTHONPATH ./runtests.py