On Sat, Dec 29, 2018 at 11:25 AM <e47...@gmail.com> wrote:

>
>    I started again from scratch, deleted the project on GitLab, generated
> new RSA keys with:
>
> ssh-keygen -t rsa -b 4096 -f gitlab_rsa -C "my_gitlab...@gitlab.com"
>
>    Then I uploaded the new public key.
>
>    I tested it with:
>
> ssh -T git@gitlab,com
>
>    and it gives me a welcome message.
>

Great! So far, so good.


>
>    I create the local git repository as described in the Eclipse wiki.
>
>    I try to use the commands listed on the GitLab project page for adding
> an existing repository, but the first line errors out with
>
> error: Could not rename config section 'remote.origin' to
> 'remote.old-origin'
>

Please provide complete information.  What was the command you ran that
produced the above error message?

 I try to use "Team->Remote->Push" to upload the files to the Gitlab
> repository, using the URI from the clone ssh button, but when I click
> "Next", I get a dialog saying:
>
> The authenticity of host 'gitlab.com' can't be established. The RSA key
> fingerprint is ......
>
> But the key fingerprint doesn't match the key fingerprint listed on GitLab
> for the new RSA key I have uploaded.
>
> I'm figuring that this is a bug, but I can't figure out what to do next?
>

The RSA key for gitlab.com is the host public key that gitlab.com presents;
that's different from *your* public key.

Does Eclipse give you an option to accept the key that gitlab.com presents?

ᐧ

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CANNWuVW4p%2B09z4LzMmDK38pxmbaFoeGvsv0sQAqXxOPhM-fcgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to