I am a Git beginner, I am trying to download the code from cloud and server. I am always getting the following error message,
FATAL: R any VRSH/.../LINUX/android/abi/cpp xyz_id_rsa DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly
error: Cannot fetch LINUX/android/abi/cppGit and Ubuntu are installed properly. bin and environment paths are set.
The following steps were followed to download the code:
~/SV/.repo $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
~/SV/.repo $ ~/bin/repo init -u g...@xyzcorp.com:VS/manifests.git
~/SV/.repo $ repo sync
Fetching project LINUX/android/abi/cpp
FATAL: R any VRSH/.../LINUX/android/abi/cpp xyz_1_id_rsa DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly
FATAL: R any VRSH/.../LINUX/android/abi/cpp xyz_id_rsa DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly
error: Cannot fetch LINUX/android/abi/cppPlease help me in resolving the above problem.