3
ดึงสาขาเฉพาะโดยใช้คอมไพล์
ฉันต้องการที่จะดาวน์โหลดรหัสที่มาจากสาขาต้นแบบต่อไปโดยใช้คอมไพล์ที่อธิบายไว้ในวิกิพีเดีย Xilinx ฉันลองสิ่งนี้: #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 แม้สิ่งนี้จะล้มเหลว # 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 …