Skip to content

Tutorial git clone fails due to change of repo name cause need new git URL  #60

@jyza11

Description

@jyza11

In the odoo developer tutorial page
https://www.odoo.com/documentation/master/developer/tutorials/getting_started/02_setup.html

Section Prepare the environment
2nd headline

Clone the repository on your machine with:

git clone git@github.com:odoo/technical-training-sandbox.git

Command to clone repo will fail
due to change of different repo name therefore need different URL

from
git@github.com:odoo/technical-training-sandbox.git

now it is
git@github.com:odoo/technical-training.git

So using command below would work again.
git clone git@github.com:odoo/technical-training.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions