How to show Full Name in Embeds

Never mind I found it here. Install Plugins in Discourse

One thing to note, in the doco it says to use a “token”…

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

I found I needed to use your github user name and token

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

1 Like