Come mostrare il nome completo negli embed

Non importa, l’ho trovato qui. Install plugins on a self-hosted site

Una cosa da notare, nella documentazione dice di usare un “token”…

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

Ho scoperto che dovevo usare il tuo nome utente GitHub e il token

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

1 Mi Piace