github是没有直接的图形化界面来显示仓库的最早创建时间的,我们可以通过调用api的形式来查看,格式如下:
1
https://api.github.com/repos/{username}/{reponame}
username
reponame
curl -k https://api.github.com/repos/bojone/bert4keras | jq . | grep created_at