From ec2d456df8a56a3000b991adcd5ce3aede974492 Mon Sep 17 00:00:00 2001 From: Jordi Yeh Date: Wed, 16 Apr 2014 09:19:55 -0400 Subject: [PATCH] [1.5.x] 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. Backport of 28102991172ab931d030412275f926c1b05c688d from master --- 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 4c6b1d88db..eecca7cd2a 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -33,7 +33,7 @@ with this sample ``settings`` module: .. 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 python ./runtests.py --settings=test_sqlite