Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jyza11 opened this issue Nov 12, 2023 · 1 comment

Comments

@jyza11
Copy link

jyza11 commented Nov 12, 2023

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
Copy link
Author

jyza11 commented Nov 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant