有两种简单的方法
参考:
https://xierulucky.blog.youkuaiyun.com/article/details/124013495
https://blog.youkuaiyun.com/weixin_44424296/article/details/114460923
第一种:
https://api.github.com/users/authorname/events/public
例如要找fan这个作者,直接访问下面的网站就行,然后查看网页源码
https://api.github.com/users/fan/events/public
第二种
通过git bash
# 这里的地址改成你要联系作者的仓库地址
git clone https://github.com/xxxxxx.git
然后进入到这个目录下
cd xxxxxx
在运行:
git log
然后就会有作者的邮箱。反正这两个办法我都做了都不行。
我是用这个办法做到的
https://blog.youkuaiyun.com/qq_45764109/article/details/138400012