technical-training icon indicating copy to clipboard operation
technical-training copied to clipboard

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

Open jyza11 opened this issue 2 years ago • 1 comments

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 [email protected]:odoo/technical-training-sandbox.git

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

from
[email protected]:odoo/technical-training-sandbox.git

now it is [email protected]:odoo/technical-training.git

So using command below would work again. git clone [email protected]:odoo/technical-training.git

jyza11 avatar Nov 12 '23 16:11 jyza11

I am not sure is here the correct repo to submit the issue though , but since here is the only repo I found related to this issue , I submit it here first, feel free to for feedback correct repo to report issue if I am wrong here , thank you.

jyza11 avatar Nov 12 '23 17:11 jyza11