Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Rafael Fontenelle
Em qui, 5 de jul de 2018 às 13:19, Hannie Dumoleyn
 escreveu:
>
> Ha, here we get to the core. I signed in with ldap name/password on
> gitlab.gnome.org. I opened my profile, so far so good ;) But on
> https://gitlab.gnome.org/myname, or in User Settings, I cannot find an
> option where I can add my public ssh key.
> https://docs.gitlab.com/ee/ssh/README.html#ssh does not give me the answer.
> So, help needed again ;)
> Hannie

I notice I mentioned "Profile", but the correct is "User Settings". So
the correct instruction is to click in your picture to expand a menu,
select "Settings" (for User Settings) and finally "SSH keys" in the
left sidebar menu.

See the attached picture for how it is for my account -- you should
see the same, I assume.

Rafael Fontenelle
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Hannie Dumoleyn

Op 05-07-18 om 17:42 schreef Rafael Fontenelle:

Hannie,

Did you successfully logged into GNOME's Gitlab using your LDAP (not
Standard) account at least one time?  If yes, did you add your SSH
public keys to your profile?  (In Gitlab web interface, click in your
picture, enter in your Profile -> SSH Keys).

Rafael Fontenelle

Ha, here we get to the core. I signed in with ldap name/password on 
gitlab.gnome.org. I opened my profile, so far so good ;) But on 
https://gitlab.gnome.org/myname, or in User Settings, I cannot find an 
option where I can add my public ssh key. 
https://docs.gitlab.com/ee/ssh/README.html#ssh does not give me the answer.

So, help needed again ;)
Hannie

___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Rafael Fontenelle
Hannie,

Did you successfully logged into GNOME's Gitlab using your LDAP (not
Standard) account at least one time?  If yes, did you add your SSH
public keys to your profile?  (In Gitlab web interface, click in your
picture, enter in your Profile -> SSH Keys).

Rafael Fontenelle

Em qui, 5 de jul de 2018 às 12:36, Hannie Dumoleyn
 escreveu:
>
> Op 05-07-18 om 15:46 schreef Rafael Fontenelle:
> > Hello Hannie,
> >
> > Em qui, 5 de jul de 2018 às 04:04, Hannie Dumoleyn
> >  escreveu:
> >> Hello Rafael,
> >>
> >> Thanks for your answer. When I try this command of yours I get the
> >> following error message:
> >> fatal: No such remote 'origin'
> >>
> >> When I remove 'origin' I get this:
> >> usage: git remote set-url [--push]   []
> >>  or: git remote set-url --add  
> >>  or: git remote set-url --delete  
> >>
> >>   --pushmanipulate push URLs
> >>   --add add URL
> >>   --delete  delete URLs
> >>
> > Maybe you have an older Git version?  Try adding the "--add" flag like this:
> >
> > $ git remote set-url --add origin g...@gitlab.gnome.org:GNOME/gthumb.git
> >
> > Alternatively, you can remove the whole Git checkout directory and run
> > git-clone again, now using gitlab.gnome.org as source URL, instead of
> > the old git.gnome.org
> >
> >> I cannot use Damned Lies because I get the following message: An error
> >> occurred during applying your action: The commit failed. The error was:
> >> “Sorry, adding new translations for documentation is not yet supported.”
> > Yep. D-L currently does not support adding new translation file for
> > documentation. It is still required to send the first one via Git
> > commands and the further updates can be done via D-L web interface.
> >
> > Best regards,
> > Rafael Fontenelle
> >
> Hi Rafael,
>
> I still need a helping hand. I was used to working with git.gnome, but
> gitlab is another story.
> I did this: ~$ git clone g...@gitlab.gnome.org:GNOME/gthumb.git
> Terminal answer is this: The authenticity of host 'gitlab.gnome.org
> (209.132.180.181)' can't be established.
> Are you sure you want to continue connecting (yes/no)? yes
> Permanently added 'gitlab.gnome.org,209.132.180.181' (ECDSA) to the list
> of known hosts.
> sign_and_send_pubkey: signing failed: agent refused operation
> g...@gitlab.gnome.org: Permission denied
> (publickey,gssapi-keyex,gssapi-with-mic).
> fatal: Could not read from remote repository.
>
> I had expected to be asked to login with my gitlab ldap name and
> password, as was the case with git.gnome. Should I get a new ssh key?
> The current one works with git.gnome, where I can still download, but
> not push,  gthumb.
>
> Thanks for your help, it is much appreciated.
>
> Hannie
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Hannie Dumoleyn

Op 05-07-18 om 15:46 schreef Rafael Fontenelle:

Hello Hannie,

Em qui, 5 de jul de 2018 às 04:04, Hannie Dumoleyn
 escreveu:

Hello Rafael,

Thanks for your answer. When I try this command of yours I get the
following error message:
fatal: No such remote 'origin'

When I remove 'origin' I get this:
usage: git remote set-url [--push]   []
 or: git remote set-url --add  
 or: git remote set-url --delete  

  --pushmanipulate push URLs
  --add add URL
  --delete  delete URLs


Maybe you have an older Git version?  Try adding the "--add" flag like this:

$ git remote set-url --add origin g...@gitlab.gnome.org:GNOME/gthumb.git

Alternatively, you can remove the whole Git checkout directory and run
git-clone again, now using gitlab.gnome.org as source URL, instead of
the old git.gnome.org


I cannot use Damned Lies because I get the following message: An error
occurred during applying your action: The commit failed. The error was:
“Sorry, adding new translations for documentation is not yet supported.”

Yep. D-L currently does not support adding new translation file for
documentation. It is still required to send the first one via Git
commands and the further updates can be done via D-L web interface.

Best regards,
Rafael Fontenelle


Hi Rafael,

I still need a helping hand. I was used to working with git.gnome, but 
gitlab is another story.

I did this: ~$ git clone g...@gitlab.gnome.org:GNOME/gthumb.git
Terminal answer is this: The authenticity of host 'gitlab.gnome.org 
(209.132.180.181)' can't be established.

Are you sure you want to continue connecting (yes/no)? yes
Permanently added 'gitlab.gnome.org,209.132.180.181' (ECDSA) to the list 
of known hosts.

sign_and_send_pubkey: signing failed: agent refused operation
g...@gitlab.gnome.org: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic).

fatal: Could not read from remote repository.

I had expected to be asked to login with my gitlab ldap name and 
password, as was the case with git.gnome. Should I get a new ssh key? 
The current one works with git.gnome, where I can still download, but 
not push,  gthumb.


Thanks for your help, it is much appreciated.

Hannie

___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Rafael Fontenelle
Hello Hannie,

Em qui, 5 de jul de 2018 às 04:04, Hannie Dumoleyn
 escreveu:
>
> Hello Rafael,
>
> Thanks for your answer. When I try this command of yours I get the
> following error message:
> fatal: No such remote 'origin'
>
> When I remove 'origin' I get this:
> usage: git remote set-url [--push]   []
> or: git remote set-url --add  
> or: git remote set-url --delete  
>
>  --pushmanipulate push URLs
>  --add add URL
>  --delete  delete URLs
>

Maybe you have an older Git version?  Try adding the "--add" flag like this:

$ git remote set-url --add origin g...@gitlab.gnome.org:GNOME/gthumb.git

Alternatively, you can remove the whole Git checkout directory and run
git-clone again, now using gitlab.gnome.org as source URL, instead of
the old git.gnome.org

> I cannot use Damned Lies because I get the following message: An error
> occurred during applying your action: The commit failed. The error was:
> “Sorry, adding new translations for documentation is not yet supported.”

Yep. D-L currently does not support adding new translation file for
documentation. It is still required to send the first one via Git
commands and the further updates can be done via D-L web interface.

Best regards,
Rafael Fontenelle
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: committing gthumb-3-6 ui+help failed

2018-07-05 Thread Hannie Dumoleyn


Op 02-07-18 om 19:06 schreef Rafael Fontenelle:


Hello Hannie,

Em seg, 2 de jul de 2018 às 13:51, Hannie Dumoleyn
 escreveu:

Hello,

Following instructions on [1], I did the following:
1. git clone git://git.gnome.org/gthumb

git.gnome.org is no more. You should use gitlab.gnome.org as source
code repository now.  In order to fix your remote origin, run

  $ git remote set-url origin g...@gitlab.gnome.org:GNOME/gthumb.git

and then you should be able to commit.

Best regards,
Rafael Fontenelle


Hello Rafael,

Thanks for your answer. When I try this command of yours I get the
following error message:
fatal: No such remote 'origin'

When I remove 'origin' I get this:
usage: git remote set-url [--push]   []
   or: git remote set-url --add  
   or: git remote set-url --delete  

    --push    manipulate push URLs
    --add add URL
    --delete  delete URLs

I cannot use Damned Lies because I get the following message: An error
occurred during applying your action: The commit failed. The error was:
“Sorry, adding new translations for documentation is not yet supported.”
I have added /help/nl folder to gthumb on my pc but I cannot send it to
gitlab.

Hannie

___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n