[Gambas-user] git howto
Tim Dickson
dickson.tim at googlemail.com
Wed Feb 6 17:53:56 CET 2019
it is worth adding in the git howto for gambas that you need to create a
certificate, and copy it into your git keys before you can actually
connect to download a copy of your fork. something like...
ssh-keygen -t ed25519 -C "email at example.com"
and copy the contents of ~/.ssh/id_ed25519.pub to
settings-sshkeys-addkey on gitlab
otherwise you will get permissions issues and you won't be able to push
or pull.
regards, Tim
More information about the User
mailing list