Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Gitpod

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. GitPod is a great web IDE for GitHub repositories. It supports both IDE and terminal environment via Docker, so a whole lot can be done if you are creative!

  2. customized layers …

Hands on ghapi

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Comments

There seem to be issues with the library. It is suggested that you call GitHub REST APIs directly, which is very straightforwad. For more discussions on GitHub APIs, please refer to GitHub API .

Tips on Gh

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://cli.github.com/

https://github.com/cli/cli

https://cli.github.com/manual/gh_secret

https://cli.github.com/manual/gh

https://github.com/topics/gh-extension

Comparison of GitHub Tokens and Keys

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Name Short Description Scope Permission Protocol
GitHub
SSH Key
A SSH public key All repos Read and Write SSH
GitHub
Deploy Key
A SSH public key Any repo
configures
the key …

Fix Authentication Error of GitHub Repositories on DockerHub

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Solution

  1. Got to Account Seetings

  2. Navigate to the Linked Accounts seciton

  3. Unlink GitHub and relink it.

References

https://github.com/docker/hub-feedback/issues/416