私のプライベート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
この時点で何をすべきかわからないので、私はAngstromLinux3.2.28を実行しています。