[Django] #22457: Quickstart git command Error Without git Setup

3 views
Skip to first unread message

Django

unread,
Apr 16, 2014, 9:16:54 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+--------------------
Reporter: jyeh | Owner: jyeh
Type: Bug | Status: new
Component: Documentation | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------
Link https://docs.djangoproject.com/en/dev/internals/contributing/writing-
code/unit-tests/
{{{
$ git clone g...@github.com:django/django.git django-repo
Cloning into 'django-repo'...
The authenticity of host 'github.com (192.30.252.130)' can't be
established.
RSA key fingerprint is
16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.130' (RSA) to
the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

}}}

The git command expects a git set-up, user id and public key before
allowing to clone it.

--
Ticket URL: <https://code.djangoproject.com/ticket/22457>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Apr 16, 2014, 9:17:16 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------

Reporter: jyeh | Owner: jyeh
Type: Bug | Status: new
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by bmispelon):

* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:1>

Django

unread,
Apr 16, 2014, 9:32:59 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------

Reporter: jyeh | Owner: jyeh
Type: Bug | Status: new
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by jyeh):

* has_patch: 0 => 1


Comment:

Pull request available at https://github.com/django/django/pull/2568

--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:2>

Django

unread,
Apr 16, 2014, 9:34:39 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------
Reporter: jyeh | Owner: jyeh
Type: Bug | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by Baptiste Mispelon <bmispelon@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"28102991172ab931d030412275f926c1b05c688d"]:
{{{
#!CommitTicketReference repository=""
revision="28102991172ab931d030412275f926c1b05c688d"
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.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:3>

Django

unread,
Apr 16, 2014, 9:47:26 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------
Reporter: jyeh | Owner: jyeh
Type: Bug | Status: closed
Component: Documentation | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Baptiste Mispelon <bmispelon@…>):

In [changeset:"ec2d456df8a56a3000b991adcd5ce3aede974492"]:
{{{
#!CommitTicketReference repository=""
revision="ec2d456df8a56a3000b991adcd5ce3aede974492"
[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
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:4>

Django

unread,
Apr 16, 2014, 9:47:27 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------
Reporter: jyeh | Owner: jyeh
Type: Bug | Status: closed
Component: Documentation | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Baptiste Mispelon <bmispelon@…>):

In [changeset:"82803611eb1ca2ec8f4ea8569d4bf4abbd91cdb2"]:
{{{
#!CommitTicketReference repository=""
revision="82803611eb1ca2ec8f4ea8569d4bf4abbd91cdb2"
[1.6.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.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:5>

Django

unread,
Apr 16, 2014, 9:47:27 AM4/16/14
to django-...@googlegroups.com
#22457: Quickstart git command Error Without git Setup
-------------------------------+------------------------------------
Reporter: jyeh | Owner: jyeh
Type: Bug | Status: closed
Component: Documentation | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Baptiste Mispelon <bmispelon@…>):

In [changeset:"fcbcdf72d60ccfd808187c3322457decc927712c"]:
{{{
#!CommitTicketReference repository=""
revision="fcbcdf72d60ccfd808187c3322457decc927712c"
[1.7.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.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22457#comment:6>

Reply all
Reply to author
Forward
0 new messages