Tôi muốn tải xuống mã nguồn từ nhánh chính tiếp theo bằng git như được mô tả trong wiki Xilinx .
Tôi đã thử điều này:
#git clone git://github.com/Xilinx/u-boot-xlnx/tree/master-next.git
Initialized empty Git repository in /home/Hannan/master-next/.git/
fatal: remote error:
Xilinx/u-boot-xlnx/tree/master-next is not a valid repository name
Email support@github.com for help
Ngay cả điều này đã thất bại:
# git clone git://github.com/Xilinx/tree/master-next/u-boot-xlnx.git
Initialized empty Git repository in /home/Hannan/u-boot-xlnx/.git/
fatal: remote error:
Xilinx/tree/master-next/u-boot-xlnx is not a valid repository name
Email support@github.com for help
Lệnh hoạt động là:
git clone git://github.com/Xilinx/u-boot-xlnx.git
Nhưng làm thế nào để tôi biết rằng điều này thực sự sẽ lấy nhánh chính tiếp theo chứ không phải nhánh chính ? Làm cách nào để tìm nạp chính xác một nhánh cụ thể bằng git?
Tôi đang sử dụng RHEL 6, được truy cập qua PuTTY.