If you needs to generate a new ssh key for checkout you repository from Github to circleci to build tests, do:
1. Login on Circleci and access the project settings.
2. Enter in the "Permissions" > "Checkout SSH keys".
3. Remove all ssh keys that you have. A new session called "Add user key" will be presented, then click on the button in this session called "Create and Add <user name> user key". In this moment the circleci create a new ssh key, save the private key and add the public key on your account on github.
Aqui são postados conteúdos do dia-à-dia de um desenvolvedor de software, e raramente algum assuntos gerais poderão aparecer por aqui!
Assinar:
Postar comentários (Atom)
Running puma 3.6 in Linux's that SSL is updated
When you use the gem Puma 3.6 in your Ruby or Rails project, on Linux that SSL is more updated. You needs to install the previewsly version ...
-
To install ASDF, follow the manuals and steps bellow... $ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.3 # Add th...
-
When you use the gem PG in your Ruby or Rails project, usually is necessary install Postgresql before install the gems. But, if your DB is r...
-
Listando os bancos de dados: $ psql --host <host> --username=<user-name> --list Apagando um bancos de dados: $ dropdb -...
Nenhum comentário:
Postar um comentário