[Git Window] (15) The contribution value on github does not display the problem solving

      For example, students who often use github managed code should be familiar with this thing, as shown in the figure:

     

      Every time there is a commit operation, it will be recorded, but recently I often commit the code to github, and found that the contribution value has not changed. I was scared to go to the corresponding repository to have a look. I thought the code was not uploaded, but the result code was uploaded. It is successful, which is very strange. Since the upload is successful, why is there no prompt? ? ?


     Refer to the official explanation:

     Why are my contributions not showing up on my profile?

     Your profile contributions graph is a record of contributions you've made to GitHub repositories. Contributions are timestamped according to Coordinated Universal Time (UTC) rather than your local time zone. Contributions are only counted if they meet certain criteria(条件). In some cases, we may need to rebuild your graph in order for contributions to appear.

      What conditions are met?

      Case1 : Issues and pull requests

     Issues and pull requests will appear on your contribution graph if they were opened in a standalone repository, not a fork.

     Case2:Commits

     Commits will appear on your contributions graph if they meet all of the following conditions:
     1.The email address used for the commits is associated with your GitHub account.
     2.The commits were made in a standalone repository, not a fork.
     3.The commits were made:
           1)In the repository's default branch (usually master)
           2)In the gh-pages branch (for repositories with Project Pages sites)
      In addition, at least one of the following must be true:
           1)You are a collaborator on the repository or are a member of the organization that owns the repository.
           2)You have forked the repository.
           3)You have opened a pull request or issue in the repository.

           4)You have starred the repository.

     

      After reading and starting to match, why is my code clearly submitted, but the Contribution value remains unchanged?

      Referring to the above text in blue font, I found that the mailbox I use in the company is my business mailbox, and what is set on github is only my yeah mailbox, so:

     "Settings"-->"Email"-->"Add Emails" add an email address, the problem is easily solved.

     

      So, go to the official documents more, the most direct, because there are many reasons for this problem, the fastest way is to go directly to the official website!



Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325614242&siteId=291194637