Como mostrar Nome Completo em Embeds

Não importa, eu encontrei aqui. Install plugins on a self-hosted site

Uma coisa a notar, na documentação diz para usar um “token”…

git clone https://<token>@github.com/owner/repo.git

Descobri que precisava usar seu nome de usuário do github e token

git clone https://<github-username>:<token>@github.com/owner/repo.git

1 curtida