私はssh経由でMac上でgitリポジトリを複製しようとしています。 手順私は今のところsshを使ってGit Repositroyを複製する
- 作成さ
id_rsa.pub
続くと/Users/admin/.ssh
でconfig
ファイルを作成し/Users/admin/.ssh
に位置していますaccess.Theファイルの管理とそれを共有しています。ファイルの内容は、私は、端末
git clone [email protected]_DOMAIN:android.git git clone [email protected]_DOMAIN:android
上で次のコマンドを実行していると私は取得しています応答は、私が上で少し混乱しています
Cloning into 'android'...
Enter passphrase for key '/Users/admin/.ssh/id_rsa':
Connection to MY_DOMAIN closed by remote host.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ある
Host MY_DOMAIN
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
です私が正しいアプローチに従っている場合、またはアクセス権に問題がある場合
ジトライトの構成を示してください。 – merlin2011