查看github仓库创建时间
Swift Lv6

github是没有直接的图形化界面来显示仓库的最早创建时间的,我们可以通过调用api的形式来查看,格式如下:

1
https://api.github.com/repos/{username}/{reponame}

最佳实践

  • 确定 usernamereponame
    1
  • 在终端中输入:
1
curl -k  https://api.github.com/repos/bojone/bert4keras | jq . | grep created_at
  • 结果如下:
    2

参考

Powered by Hexo & Theme Keep
Unique Visitor Page View