Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
4649 มุมมอง

Hi,

I try to get odoo 8.0 from github :

git clone https://www.github.com/odoo/odoo --branch 8.0

but nothing happens,

process is working  ,but no data is downloaded

when I type

 du -sb odoo/

I still have same size of directory (even after 30 minutes of working process) .

But I can download other branches from different github accounts but from odoo is impossible .

Any advice ?

Thanks in advance

 

 

 

 

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Ok, I solved problem.

instead

git clone https://www.github.com/odoo/odoo --branch 8.0

I should type

git clone https://www.github.com/odoo/odoo.git --branch 8.0

now is working

อวตาร
ละทิ้ง

Its give 9.0, expect 8.0

คำตอบที่ดีที่สุด

What happens if you clone the repository and manually checkout afterwards? 

I have no problem recently and only yesterday updated my repository.

อวตาร
ละทิ้ง