简体   繁体   中英

Eclipse commits not showing up on Git Contributions



I am currently going trying to learn java, and my IDE is Eclipse. I connected my Github account and am easily able to push/pull etc. Everything is working great, except for the fact that my commits are not coming up on my Contributions.

I think I have found the issue, but I am not sure what the solution is. If someone can help that would be great, I'm sure it's an easy fix.

Under the "Git Staging" tab on Eclipse, there is a section for 'Author', and 'Committer'.

日食视图 Github 提交说明

As I was writing this message I was able to solve this issue.

Under the author & committer section, all you have to do is change it from:

name <name@localhost>

To:

GitHubUsername <GitHubEmail>

For a more permenant solution: 来源:https://eclipsesource.com/wp-content/uploads/2012/12/2.png

Through this method, it should automatically change the default Author/Committer to what you enter here.

Go through this article for more information. https://eclipsesource.com/blogs/tutorials/egit-tutorial/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM