odoo / odoo/technical-training
Tutorial git clone fails due to change of repo name cause need new git URL
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 156
- Forks
- 749
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the developer tutorial page at developer/tutorials/getting_started/02_setup.html and locate the “Prepare the environment” section. Update the clone command from odoo/technical-training-sandbox.git to odoo/technical-training.git, then verify that the documentation shows the current repository URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100