难以从github存储库克隆个性文件

时间:2013-02-05 19:57:19

标签: github git-clone angstrom-linux

我正在尝试从我的私有github存储库中提取单个文件,并且遇到了困难。

具体来说,这有效:

git clone git@github.com:userName/repositoryName.git

但我似乎无法找到有关如何克隆/获取单个文件的任何文档。我尝试了一些变化:

git clone git@github.com/userName/repositoryName/blob/master/example.py
git clone git@github.com/userName/repositroyName.git/example.py

每次系统都会提示我输入密码:

Cloning into 'example.py'...
Enter passphrase for key '/home/root/.ssh/id_rsa':

除了输入我的有效密码外,我得到:

ERROR: Repositroy not found.
fatal: The remote end hung up unexpectedly

目前还不确定要做什么,我正在运行Angstrom Linux 3.2.28

0 个答案:

没有答案