0%

获取Github_id的方法

获取github_id的方法

打开shell

  1. 使用账户密码登录
1
curl -u <githubname> "https://api.github.com/users/fredbrock"
  1. 使用access tokens
1
curl -u username:token "https://api.github.com/repos/user/repo/issues?state=closed"