top of page
Search

Learn GitLab Git with Simplilearn: A Web-Based Git Repository with Powerful Features

  • tedacoulo1988
  • Aug 11, 2023
  • 1 min read


Gitlab as A LOT of features that GitHub and Azure DevOps are missing. Even if both GH and Azure are backed by Microsoft, GitLab being open source has a faster upgrade rate and the hosted by gitlab.com solution seems more appealing than anything else! Quick win: the UI is way better and the Pipeline is way easier to setup on GitLab!


$ ssh-keygen -t rsa -C "GitLab" -b 4096 $ ssh -vT git@gitlabhost ... debug1: Offering public key: /home/user/.ssh/id_rsa debug1: Authentications that can continue: publickey,password debug1: Trying private key: /home/user/.ssh/id_dsa debug1: Trying private key: /home/user/.ssh/id_ecdsa debug1: Next authentication method: password git@gitlabhost's password: Connection closed by host




GitLab Git ( )




Producing keys with these names solved the problem, and I actually found it looking at the output of ssh -vT my_gitlab_address. Strange fact: it worked on one computer with Ubuntu, but not on others with different distributions and older versions of OpenSSH.


I had established my ssh credentials in windows and in gitlab but I had used Windows 10 bash key-gen to do so. The solution then was to invoke bash in VS code terminal and then issue the command again.


If you have a simple question, the community might be able to help already,without you opening an issue. If you regularly use python-gitlab, we alsoencourage you to join and participate. You might discover new ideas anduse cases yourself! 2ff7e9595c


 
 
 

Recent Posts

See All
APK Bision

O que é o Apkbision e como usá-lo? Se você é um usuário do Android que adora jogar e usar aplicativos, deve ter ouvido falar do...

 
 
 

Kommentare


© 2023 by Le Cõuleur. Proudly created with Wix.com

bottom of page