github-linguist command shows the correct statistics but GitHub server is not getting updated after a few days. #6230
-
|
Hello Everyone, I've been trying to work with github-linguist for a while and it still gives a bit of problem. After a few days of trying to figure out different issues with the language statistics, I managed to set .githubattributes with the right commands to get the correct statistics from github-linguist command: But in GitHub's webpage/server it's still not showing up: This is the link to the repo I am working on: https://github.com/FeriBolour/cotton-phenotyping I tried different solutions:
It's still not working. What do you suggest me t do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You don't appear to have pushed your local changes as my analysis of a fresh clone of your repo shows: $ github-linguist cotton-phenotyping/
92.43% 2666651 Jupyter Notebook
5.32% 153376 Python
2.25% 64884 MATLAB
$... which matches what GitHub is reporting. |
Beta Was this translation helpful? Give feedback.


You don't appear to have pushed your local changes as my analysis of a fresh clone of your repo shows:
... which matches what GitHub is reporting.