Xilinx wiki에 설명 된대로 git을 사용하여 마스터 다음 지점 에서 소스 코드를 다운로드하고 싶습니다 .
나는 이것을 시도했다 :
#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 help
작동하는 명령은 다음과 같습니다.
git clone git://github.com/Xilinx/u-boot-xlnx.git
그러나 이것이 마스터 분기가 아닌 마스터 다음 분기를 실제로 가져올 것이라는 것을 어떻게 알 수 있습니까? git을 사용하여 특정 브랜치를 올바르게 가져 오는 방법은 무엇입니까?
PuTTY를 통해 액세스 한 RHEL 6을 사용하고 있습니다.