명령 줄을 사용하여 비공개 github 리포지토리에서 단일 원시 파일을 다운로드하려면 어떻게해야합니까? CI 서버에서 여러 작업간에 공유 할 수 있도록 Github에서 유지 관리하는 구성 파일을 가져오고 싶습니다. 컬을 통해이 파일을 얻으려고하는데 이러한 접근 방식은 모두 실패합니다 (404가 표시됨). # As advised by the oAuth docs curl -H 'Authorization: token the_token' -L -o setup.sh https://raw.github.com/org/repo/file # The url of the raw file after clicking to view it curl -L https://raw.github.com/org/repo/file?login=..