推送日志条目会显示:
- 推送发起人
- 是否为强制推送
- 某人推送到的分支
- 推送所使用的协议
- 发起的 IP 地址
- 推送所使用的 Git 客户端
- 操作前后的 SHA 哈希
查看仓库的推送日志
- 以站点管理员的身份登录 GitHub Enterprise Server 。
- 导航到仓库。
- 在仓库页面右上角,单击 。 1. 在页面的右上角,单击 “安全性“。
- 在左侧边� �中,单击“推送日志”。
在命令行上查看仓库的推送日志
-
SSH into your GitHub Enterprise Server instance. If your instance comprises multiple nodes, for example if high availability or geo-replication are configured, SSH into the primary node. If you use a cluster, you can SSH into any node. For more information about SSH access, see "Accessing the administrative shell (SSH)."
$ ssh -p 122 admin@HOSTNAME
-
在相应的 Git 仓库中,打开审� �日志文件:
ghe-repo owner/repository -c "cat audit_log"