Git Repo sync stops - denied by fallthru

1,134 views
Skip to first unread message

Gitian

unread,
Apr 22, 2014, 2:17:22 PM4/22/14
to repo-d...@googlegroups.com

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/cpp

Git 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/cpp
Please help me in resolving the above problem.

Magnus Bäck

unread,
Apr 23, 2014, 1:35:49 AM4/23/14
to repo-d...@googlegroups.com
On Tuesday, April 22, 2014 at 20:17 CEST,
Gitian <shreevat...@gmail.com> wrote:

[...]

> The following steps were followed to download the code:
> ~/SV/.repo $ curl http://commondatastorage.googleapis.com/git-repo-downloads/rep
> o > ~/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/cpp
> Please help me in resolving the above problem.

It looks like you're running Gitolite on the server side. Since you are
able to clone VS/manifests.git it's a reasonable guess that you have
sufficient permissions to the other gits too and that the problem is
that the URL to them doesn't match reality.

What's the git directory structure on the server side? There's clearly
a VS/manifests.git directory somewhere, but how are the abi/cpp.git
etc directories located relative to VS/manifests.git? What's in the
manifest (.repo/manifest.xml), specifically what does the <remote>
element(s) look like, and what does a typical <project> element (say,
the one for abi/cpp) look like?

--
Magnus Bäck | Software Engineer, Development Tools
magnu...@sonymobile.com | Sony Mobile Communications

Gitian

unread,
Apr 23, 2014, 9:44:39 AM4/23/14
to repo-d...@googlegroups.com
Hello Magnus,

Thanks for your reply and problem description.

before I could see your post I had initiated the fresh repo sync.

The problem is now seen in 

Fetching project LINUX/android/packages/apps/StartupActivity 
> FATAL: R any VRSH/.../LINUX/android/packages/apps/StartupActivity 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/packages/apps/StartupActivity xyz_id_rsa DENIED by fallthru 

> (or you mis-spelled the reponame) 
> fatal: The remote end hung up unexpectedly 
> error: Cannot fetch LINUX/android/packages/apps/StartupActivity

Thanks,
Naveen

Magnus Bäck

unread,
Apr 24, 2014, 1:34:53 AM4/24/14
to repo-d...@googlegroups.com
On Wednesday, April 23, 2014 at 15:44 CEST,
Gitian <shreevat...@gmail.com> wrote:

> Thanks for your reply and problem description.
> before I could see your post I had initiated the fresh repo sync.
> The problem is now seen in
> Fetching project LINUX/android/packages/apps/StartupActivity
> > FATAL: R any
> VRSH/.../LINUX/android/packages/apps/StartupActivity 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/packages/apps/StartupActivity
> xyz_id_rsa DENIED by fallthru
> > (or you mis-spelled the reponame)
> > fatal: The remote end hung up unexpectedly
> > error: Cannot fetch LINUX/android/packages/apps/StartupActivity

My previous questions still apply, just replace the git name. Have you
actually been able to sync the abi/cpp git or did the sync just happen
to start with StartupActivity this time?
Reply all
Reply to author
Forward
0 new messages