Project

General

Profile

Actions

Bug #5730

closed

Can not clone git repo for addinc Crunch script

Added by Pjotr Prins about 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-

Description

Following the docs:

:~$ git clone :$USER/$USER.git
Cloning into 'pjotrprins'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

I also uploaded an ssh key for the running image to the curoverse setting, but that did not help either. In fact, now I get

:~$ git clone :$USER/$USER.git
Cloning into 'pjotrprins'...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_GB",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
FATAL: R any pjotrprins/pjotrprins qr1hi-tpzed-83tbgbch9u4az3a DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly

Fixing the locale

:~$ export LC_ALL=en_US.utf8
:~$ git clone :$USER/$USER.git
Cloning into 'pjotrprins'...
FATAL: R any pjotrprins/pjotrprins qr1hi-tpzed-83tbgbch9u4az3a DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly
Actions #1

Updated by Pjotr Prins about 9 years ago

Aha, I got the repo name wrong (as it is listed in my profile). It should have been :pjotrprins.git.

Please fix the documentation http://doc.arvados.org/user/tutorials/tutorial-submit-job.html to reflect that.

Actions #2

Updated by Tom Morris over 7 years ago

  • Tracker changed from Admin to Bug
  • Status changed from New to Closed
  • Priority changed from Urgent to Normal
Actions

Also available in: Atom PDF