从github存储库克隆文件有困难

从github存储库克隆文件有困难,github,git-clone,angstrom-linux,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/repositr

我试图从我的私有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