RSS/Atom feed Twitter
Site is read-only, email is disabled

gitlab(3)

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

gitlab(3) Julien Hardelin 28 May 06:17
  gitlab(3) Alexandre Prokoudine 28 May 09:18
   gitlab(3) Julien Hardelin 28 May 13:10
    gitlab(3) Alexandre Prokoudine 28 May 13:17
     gitlab(3) Julien Hardelin 28 May 19:18
      gitlab(3) Marco Ciampa 28 May 20:56
       gitlab(3) Julien Hardelin 29 May 06:21
Julien Hardelin
2018-05-28 06:17:38 UTC (almost 6 years ago)

gitlab(3)

Hi,

My main problem is that the user id I used with git is not recognized by gitlab: I can't sign in nor push.

So, I am trying, on another platform, to create a new gitlab account. I generated the ssh key, and now, I came to step 5 of https://gitlab.gnome.org/help/ssh/README.md:

"Navigate to the 'SSH Keys' tab in your 'Profile Settings'. Paste your key in the 'Key' section and give it a relevant 'Title'."

What are these Profile Settings. I can't find them. Where are they?

Julien

Alexandre Prokoudine
2018-05-28 09:18:33 UTC (almost 6 years ago)

gitlab(3)

On Mon, May 28, 2018 at 9:17 AM, Julien Hardelin wrote:

Hi,

My main problem is that the user id I used with git is not recognized by gitlab: I can't sign in nor push.

So, I am trying, on another platform, to create a new gitlab account. I generated the ssh key, and now, I came to step 5 of https://gitlab.gnome.org/help/ssh/README.md:

"Navigate to the 'SSH Keys' tab in your 'Profile Settings'. Paste your key in the 'Key' section and give it a relevant 'Title'."

What are these Profile Settings. I can't find them. Where are they?

https://gitlab.gnome.org/profile/keys, when you are logged in.

But since you registered a new account rather than updating your existing GNOME LDAP's account, you probably need to request git push access to the repository.

Alex

Julien Hardelin
2018-05-28 13:10:39 UTC (almost 6 years ago)

gitlab(3)

https://gitlab.gnome.org/profile/keys, when you are logged in.

That's my problem. With git I used "jhardlin" as user name. But it is not recognized by gitlab (Invalid credentials for jhardlin). Unless LDAP Username is something else?

But since you registered a new account rather than updating your existing GNOME LDAP's account, you probably need to request git push access to the repository.

I have not created a new account yet since I can't sign in gitlab

Julien

Alexandre Prokoudine
2018-05-28 13:17:37 UTC (almost 6 years ago)

gitlab(3)

On Mon, May 28, 2018 at 4:10 PM, Julien Hardelin wrote:

https://gitlab.gnome.org/profile/keys, when you are logged in.

That's my problem. With git I used "jhardlin" as user name. But it is not recognized by gitlab (Invalid credentials for jhardlin). Unless LDAP Username is something else?

Please follow instructions here:

https://wiki.gnome.org/AccountsTeam/RetrieveYourGNOMEAccountPassword

Alex

Julien Hardelin
2018-05-28 19:18:13 UTC (almost 6 years ago)

gitlab(3)

I can now sign in gitlab.

But still I can't push.

In .git/config, I changed the url for url = ssh://git@gitlab.gnome.org:GNOME/gimp-help-2.git but when git push I get the error :
~/gimp-help-2> git push
ssh: Could not resolve hostname gitlab.gnome.org:GNOME: Name or service not known
fatal: Could not read from remote repository.

Which url is to be used ?

Julien

Marco Ciampa
2018-05-28 20:56:04 UTC (almost 6 years ago)

gitlab(3)

On Mon, May 28, 2018 at 09:18:13PM +0200, Julien Hardelin wrote:

I can now sign in gitlab.

But still I can't push.

In .git/config, I changed the url for url = ssh://git@gitlab.gnome.org:GNOME/gimp-help-2.git

^^^^
try:

url = git@gitlab.gnome.org:GNOME/gimp-help-2.git
without ssh

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------
Julien Hardelin
2018-05-29 06:21:07 UTC (almost 6 years ago)

gitlab(3)

Hi,

I succeeded in pushing my commit, at last.

Thank you Pat, Alex and Marco for your help.

Julien